Malversán <malvers...@gmail.com> added the comment:

I do not have the answer about getting message boundaries at lower levels, but 
from a high-level point of view SOCK_SEQ_PACKET gives atomic reads, with no 
need to check for message boundaries yourself. Every time you read from a 
SOCK_SEQ_PACKET socket you get an entire message. That is the main difference 
with SOCK_STREAM, as far as I know.

----------

_______________________________________
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

Reply via email to