Module Name: src Committed By: dyoung Date: Fri Jun 3 17:11:34 UTC 2011
Modified Files: src/sys/netinet: tcp_vtw.c Log Message: Defer scheduling vtw_tick() and setting the vtw hooks until vtw_control() is called. In this way, vtw_tick() will be re-scheduled repeatedly while vtw is in use. Pay tcp_vtw_was_enabled no attention in vtw_earlyinit(), since it's always going to be 0 during initialization. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/netinet/tcp_vtw.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.