]> The Tcpdump Group git mirrors - libpcap/commit
Try to cope better with SIGPIPE.
authorGuy Harris <[email protected]>
Sun, 18 Mar 2018 23:29:12 +0000 (16:29 -0700)
committerGuy Harris <[email protected]>
Sun, 18 Mar 2018 23:29:12 +0000 (16:29 -0700)
commit366fe40a25dd7086f04d2ca0d3264f5fdabe6c93
tree4d023d5301396d54c5cca4dbb673ecd9f8bc3e2e
parentf2974e1fc0e4c7499f0c4e241cc3263a1e808597
Try to cope better with SIGPIPE.

If we have the SO_NOSIGPIPE socket option, set it on all sockets created
with sock_open().

Ignore SIGPIPE in rpcapd, in case we're on a platform where we *can't*
disable SIGPIPE on a socket.
rpcapd/rpcapd.c
sockutils.c