This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mpb
Recipients mpb, neologix
Date 2013-11-12.02:41:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384224091.78.0.223132110893.issue19530@psf.upfronthosting.co.za>
In-reply-to
Content
> "Connecting" a UDP socket doesn't established a duplex connection like
> in TCP:

Stream and duplex are orthogonal concepts.

I still contend that connected UDP sockets are a duplex communication channel (under every definition of duplex I have read).

The Linux connect manpage and the behavior of the Linux connect and shutdown system calls agree with me.  (So does the OpenBSD shutdown manpage.)

But we agree that this is not a Python issue (unless Python wants to improve its documentation to explicitly mention the benefits of cross thread shutdowns of TCP sockets).
History
Date User Action Args
2013-11-12 02:41:31mpbsetrecipients: + mpb, neologix
2013-11-12 02:41:31mpbsetmessageid: <1384224091.78.0.223132110893.issue19530@psf.upfronthosting.co.za>
2013-11-12 02:41:31mpblinkissue19530 messages
2013-11-12 02:41:31mpbcreate