Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/21/1997 06:50:01
thorpej
Thu Nov 20 22:41:56 PST 1997
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv17225

Modified Files:
	tcp_input.c 
Log Message:
Slight change to the previous: just drop the packet in the self-connect
case.  Sending an RST to ourselves is a little silly, considering that
we'll just attempt to remove a non-existent compressed state entry and
then drop the packet anyway.


thorpej
Thu Nov 20 22:42:40 PST 1997
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv17529

Modified Files:
      Tag: netbsd-1-3
	tcp_input.c 
Log Message:
Pull up from trunk: slight change to previous: don't send RST in the
self-connect case.