[issue38285] Asyncio BaseEventLoop can support socket types other than SOCK_STREAM

Malversán report at bugs.python.org
Tue Nov 5 09:25:35 EST 2019


Malversán <malverspam at gmail.com> added the comment:

I agree. Your question about potential message size overflow should be tested (either for recv() and recvmsg()).

Could you please link the resource where you found the recommendation of using recvmsg() over recv() for SOCK_SEQ_PACKET?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38285>
_______________________________________


More information about the Python-bugs-list mailing list