asyncio icon indicating copy to clipboard operation
asyncio copied to clipboard

Use socket.MSG_NOSIGNAL for send() and sendmsg()

Open socketpair opened this issue 8 years ago • 0 comments

It is standardized feature: http://pubs.opengroup.org/onlinepubs/9699919799/functions/send.html

socketpair avatar May 20 '16 23:05 socketpair