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 yselivanov
Recipients gvanrossum, socketpair, valdemar.pavesi, vstinner, yselivanov
Date 2016-07-23.17:30:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469295026.64.0.578406781711.issue27271@psf.upfronthosting.co.za>
In-reply-to
Content
> Can you prove that packets may be lost even in UNIX sockets ?
> (it is not related to this task directly)

Quoting wiki:

"""Like named pipes, Unix domain sockets support transmission of a reliable stream of bytes (SOCK_STREAM, compare to TCP). In addition, they support ordered and reliable transmission of datagrams (SOCK_SEQPACKET), or unordered and unreliable transmission of datagrams (SOCK_DGRAM, compare to UDP)."""

I'm also sure I saw that UDP can never be used as a reliable protocol in Stevens books.  (I'm sure you can google this too.)
History
Date User Action Args
2016-07-23 17:30:26yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, socketpair, valdemar.pavesi
2016-07-23 17:30:26yselivanovsetmessageid: <1469295026.64.0.578406781711.issue27271@psf.upfronthosting.co.za>
2016-07-23 17:30:26yselivanovlinkissue27271 messages
2016-07-23 17:30:26yselivanovcreate