Andrew Svetlov <andrew.svet...@gmail.com> added the comment:
For each type, we need at least a test that creates a socket pair and successfully transfers data through the wire. I don't know what additional things are required. For example, on reading about SOCK_SEQ_PACKET I've found that recvmsg() is highly recommended over recv() to get messages boundaries. It obviously requires the new transport type and the new async protocol specification. Doesn't look trivial. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue38285> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com