mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
On Mac, this is done by setting SO_NOSIGPIPE on the socket. On Linux, this is done with MSG_NOSIGNAL on the send call.
On Mac, this is done by setting SO_NOSIGPIPE on the socket. On Linux, this is done with MSG_NOSIGNAL on the send call.