maxim 4a3de87cfe 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
2005-10-02 08:43:57 +00:00
..
2005-07-25 12:31:43 +00:00
2005-08-26 15:27:18 +00:00
2005-08-23 14:42:40 +00:00
2005-08-24 02:47:16 +00:00