Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/netinet
Module Name: src
Committed By: dyoung
Date: Mon Jun 6 19:15:43 UTC 2011
Modified Files:
src/sys/netinet: tcp_usrreq.c tcp_vtw.c tcp_vtw.h
Log Message:
Don't allocate resources for vtw until/unless it is enabled. This will
further help those machines where memory is in short supply.
TBD: release resources after vtw is disabled and all entries have
expired.
To generate a diff of this commit:
cvs rdiff -u -r1.159 -r1.160 src/sys/netinet/tcp_usrreq.c
cvs rdiff -u -r1.6 -r1.7 src/sys/netinet/tcp_vtw.c
cvs rdiff -u -r1.3 -r1.4 src/sys/netinet/tcp_vtw.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index