cvs commit: src/sys/netinet tcp_subr.c
Maxim Konovalov
maxim at FreeBSD.org
Sun Oct 2 01:43:58 PDT 2005
maxim 2005-10-02 08:43:57 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_subr.c
Log:
o Teach sysctl_drop() how to deal with the sockets in TIME_WAIT state.
This is a special case because tcp_twstart() destroys a tcp control
block via tcp_discardcb() so we cannot call tcp_drop(struct *tcpcb) on
such connections. Use tcp_twclose() instead.
MFC after: 5 days
Revision Changes Path
1.234 +5 -1 src/sys/netinet/tcp_subr.c
More information about the cvs-src
mailing list