cvs commit: src/sys/netinet tcp_input.c
Robert Watson
rwatson at FreeBSD.org
Sat Dec 25 14:26:14 PST 2004
rwatson 2004-12-25 22:26:14 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_input.c
Log:
In the dropafterack case of tcp_input(), it's OK to release the TCP
pcbinfo lock before calling tcp_output(), as holding just the inpcb
lock is sufficient to prevent garbage collection.
Revision Changes Path
1.263 +1 -1 src/sys/netinet/tcp_input.c
More information about the cvs-src
mailing list