Currently we use SOCK_SEQPACKET to send messages, but we also split up our packets into chunks which reduces the usefulness of this feature. Additionally, SOCK_SEQPACKET isn't supported on macOS which makes it problematic to run the tests for certain users.
Currently we use
SOCK_SEQPACKET
to send messages, but we also split up our packets into chunks which reduces the usefulness of this feature. Additionally,SOCK_SEQPACKET
isn't supported on macOS which makes it problematic to run the tests for certain users.