Resize the pcb hashtable automatically. The table size will be doubled
authoryasuoka <yasuoka@openbsd.org>
Sat, 12 Jul 2014 21:06:34 +0000 (21:06 +0000)
committeryasuoka <yasuoka@openbsd.org>
Sat, 12 Jul 2014 21:06:34 +0000 (21:06 +0000)
commitb90e3102ae22c0d68582e20f73faec5c72f229eb
treedbec4a276ee7b7cd612eddb6495aa7e65f34d978
parentaba8525ccebd37836169343b384e3dc9cd4a0bb0
Resize the pcb hashtable automatically.  The table size will be doubled
when the number of the hash entries reaches 75% of the table size.

ok dlg henning, 'commit in' claudio
sys/netinet/in_pcb.c
sys/netinet/in_pcb.h
sys/netinet/tcp_subr.c
sys/netinet/udp_usrreq.c