CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2010/09/29 13:42:11
Modified files: sys/netinet : tcp_input.c Log message: Initialize the ts_recent (received timestamp) field in the newly created socket from the information we have in the syncache. Also bzero() the tcpcb that is passed to tcp_dooptions() just to be sure.