Module Name: src Committed By: bouyer Date: Wed May 26 17:38:29 UTC 2010
Modified Files: src/sys/netinet: tcp_input.c Log Message: Make sure SYN_CACHE_TIMER_ARM() has been run before calling syn_cache_put() as it will reschedule the timer. Fixes PR kern/43318. To generate a diff of this commit: cvs rdiff -u -r1.304 -r1.305 src/sys/netinet/tcp_input.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.