K 10 svn:author V 5 maxim K 8 svn:date V 27 2005-10-02T08:43:57.000000Z K 7 svn:log V 275 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 END