tcp_syncache.cache_limit is a per-cpu limit, reserve enough space for all
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 26 Nov 2005 20:54:34 +0000 (20:54 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 26 Nov 2005 20:54:34 +0000 (20:54 +0000)
commit7795c2fe496d5d2a4d2a77c424b0f4e20648fed0
treef03daa686dc69199affc8dcf2e39130d7215cff1
parentacf7409eb6ea49a264ba1a6ed5ae334559a2afd8
tcp_syncache.cache_limit is a per-cpu limit, reserve enough space for all
cpus using it to hit the limit.

Reported-by: Peter Avalos <pavalos@theshell.com>
sys/netinet/tcp_syncache.c