cvs commit: src/sys/netinet tcp_input.c tcp_syncache.c
Andre Oppermann
andre at FreeBSD.org
Sat Jul 28 11:51:46 UTC 2007
andre 2007-07-28 11:51:45 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_input.c tcp_syncache.c
Log:
o Move all detailed checks for RST in LISTEN state from tcp_input() to
syncache_rst().
o Fix tests for flag combinations of RST and SYN, ACK, FIN. Before
a RST for a connection in syncache did not properly free the entry.
o Add more detailed logging.
Approved by: re (rwatson)
Revision Changes Path
1.364 +4 -16 src/sys/netinet/tcp_input.c
1.125 +41 -1 src/sys/netinet/tcp_syncache.c
More information about the cvs-src
mailing list