You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UDP, TCP, and Unix sockets all reduplicate a packet-based receive buffer mechanism. It's worth turning this into a reusable abstraction and making them all use it.
It might be more difficult to make this work with Unix sockets where SCM_RIGHTS and SCM_CREDS are present or it might not be.
The text was updated successfully, but these errors were encountered:
UDP, TCP, and Unix sockets all reduplicate a packet-based receive buffer mechanism. It's worth turning this into a reusable abstraction and making them all use it.
It might be more difficult to make this work with Unix sockets where SCM_RIGHTS and SCM_CREDS are present or it might not be.
The text was updated successfully, but these errors were encountered: