Date: Mon, 26 Jun 2006 16:14:19 +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: <200606261614.k5QGEJVO087902@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
andre 2006-06-26 16:14:19 UTC FreeBSD src repository Modified files: sys/netinet tcp_input.c tcp_syncache.c Log: Some cleanups and janitorial work to tcp_syncache: o don't assign remote/local host/port information manually between provided struct in_conninfo and struct syncache, bcopy() it instead o rename sc_tsrecent to sc_tsreflect in struct syncache to better capture the purpose of this field o rename sc_request_r_scale to sc_requested_r_scale for ditto reasons o fix IPSEC error case printf's to report correct function name o in syncache_socket() only transpose enhanced tcp options parameters to struct tcpcb when the inpcb doesn't has TF_NOOPT set o in syncache_respond() reorder stack variables o in syncache_respond() remove bogus KASSERT() No functional changes. Sponsored by: TCP/IP Optimization Fundraise 2005 Revision Changes Path 1.302 +1 -0 src/sys/netinet/tcp_input.c 1.97 +33 -45 src/sys/netinet/tcp_syncache.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606261614.k5QGEJVO087902>