rwatson 2007-05-07 13:04:25 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_subr.c
Log:
When setting up timewait state for a TCP connection, don't hold the
socket lock over a crhold() of so_cred: so_cred is constant after
socket creation, so doesn't require locking to read.
Revision Changes Path
1.278 +1 -1 src/sys/netinet/tcp_subr.c