Date: Sat, 25 Dec 2004 22:29:57 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_subr.c Message-ID: <200412252229.iBPMTvCk069546@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-12-25 22:29:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/netinet tcp_subr.c Log: Merge tcp_subr.c:1.208 from HEAD to RELENG_5: date: 2004/11/23 15:59:43; author: rwatson; state: Exp; lines: +11 -4 Assert the tcbinfo write lock in tcp_new_isn(), as the tcbinfo lock protects access to the ISN state variables. Acquire the tcbinfo write lock in tcp_isn_tick() to synchronize timer-driven isn bumping. Staticize internal ISN variables since they're not used outside of tcp_subr.c. MFC after: 2 weeks Revision Changes Path 1.201.2.5 +11 -4 src/sys/netinet/tcp_subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412252229.iBPMTvCk069546>