andre 2003/11/12 11:38:02 PST FreeBSD src repository Modified files: sys/netinet tcp_input.c Log: dropwithreset is not needed in this case as tcp_drop() is already notifying the other side. Before we were sending two RST packets. Revision Changes Path 1.214 +1 -1 src/sys/netinet/tcp_input.c