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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"