Date: Wed, 4 Apr 2007 16:13:45 +0000 (UTC) From: Andre Oppermann <andre@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.c tcp_syncache.c Message-ID: <200704041613.l34GDjgr085874@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704041613.l34GDjgr085874>