cvs commit: src/sys/netinet tcp_input.c tcp_syncache.c
Andre Oppermann
andre at FreeBSD.org
Wed Apr 4 16:13:45 UTC 2007
andre 2007-04-04 16:13:45 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_input.c tcp_syncache.c
Log:
Move last tcpcb initialization for the inbound connection case from
tcp_input() to syncache_socket() where it belongs and the majority
of it already happens.
The "tp->snd_up = tp->snd_una" is removed as it is done with the
tcp_sendseqinit() macro a few lines earlier.
Revision Changes Path
1.333 +2 -10 src/sys/netinet/tcp_input.c
1.108 +3 -0 src/sys/netinet/tcp_syncache.c
More information about the cvs-src
mailing list