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 malversan
Recipients asvetlov, callumquick, malversan, yselivanov
Date 2019-11-05.14:25:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572963935.21.0.841032814041.issue38285@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2019-11-05 14:25:35malversansetrecipients: + malversan, asvetlov, yselivanov, callumquick
2019-11-05 14:25:35malversansetmessageid: <1572963935.21.0.841032814041.issue38285@roundup.psfhosted.org>
2019-11-05 14:25:35malversanlinkissue38285 messages
2019-11-05 14:25:34malversancreate