cvs commit: src/sys/netinet tcp_syncache.c
Jeffrey Hsu
hsu at crater.dragonflybsd.org
Fri Sep 12 05:26:33 PDT 2003
hsu 2003/09/12 05:26:04 PDT
Modified files:
sys/netinet tcp_syncache.c
Log:
Non-semantic changing cleanups:
remove used variable
remove unneeded splnets
use a stack variable instead of dynamically allocating it.
Request room for one more syncache entry to guarantee
successful allocation later.
Consulted with: Jonathan Lemon <jlemon at xxxxxxxxxxxxx>
Tested by: drhodus
Revision Changes Path
1.6 +20 -53 src/sys/netinet/tcp_syncache.c
More information about the Commits
mailing list