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 holger+lp
Recipients asvetlov, holger+lp, yselivanov
Date 2018-01-29.23:06:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517267180.87.0.467229070634.issue32715@psf.upfronthosting.co.za>
In-reply-to
Content
Could you please tell me which exact posix document and paragraph says that?

In Linux sending can fail but once sendmsg worked the message is enqueued on the other socket (https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/net/unix/af_unix.c?id=110af3acb8cfd79dcb5676a01e07cb2b6afa4c04#n1626).

In FreeBSD (http://fxr.watson.org/fxr/source/kern/uipc_usrreq.c?v=FREEBSD10#L911) it looks similar. If the mbuf can't be put into the recvq of the remote socket.. an error will be returned.

What about SEQPACKET support?
History
Date User Action Args
2018-01-29 23:06:20holger+lpsetrecipients: + holger+lp, asvetlov, yselivanov
2018-01-29 23:06:20holger+lpsetmessageid: <1517267180.87.0.467229070634.issue32715@psf.upfronthosting.co.za>
2018-01-29 23:06:20holger+lplinkissue32715 messages
2018-01-29 23:06:20holger+lpcreate