Discard accepted and pending connections after we detach the listen socket
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 11 Aug 2004 02:24:16 +0000 (02:24 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 11 Aug 2004 02:24:16 +0000 (02:24 +0000)
commit19be7d321ec77ee1f9aff7526827a63cc212318f
treeefa53d2b145c133735a2574178560af4e53b4930
parent93aecd63848244a6f98ae7a72fd45f5730560efd
Discard accepted and pending connections after we detach the listen socket
rather then before in order to be sure to catch any connections that occur
while we are attempting to detach the listen socket.
sys/kern/uipc_socket.c