]> The Tcpdump Group git mirrors - libpcap/commit
In memory-mapped mode, when turning non-blocking mode on when it's off,
authorGuy Harris <[email protected]>
Mon, 6 Jul 2009 19:06:22 +0000 (12:06 -0700)
committerGuy Harris <[email protected]>
Mon, 6 Jul 2009 19:06:22 +0000 (12:06 -0700)
commitc435bd7e92dd114ca4ce537f3d59563ccfb01a98
tree7ddd42c958e904d050e1f6eb928b377ffbac2063
parent1f14841bc0e0123b966e81e35201c8e6691cf0f1
In memory-mapped mode, when turning non-blocking mode on when it's off,
map all non-negative timeouts, including 0, to negative values, so that,
even with no timeout set, non-blocking mode will skip the select() call.
pcap-bpf.c