K 10 svn:author V 5 andre K 8 svn:date V 27 2007-04-04T16:13:45.000000Z K 7 svn:log V 269 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. END