cvs commit: src/sys/netinet tcp_subr.c
Robert Watson
rwatson at FreeBSD.org
Sat Dec 25 14:29:57 PST 2004
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
More information about the cvs-all
mailing list