CVSROOT: /cvs Module name: src Changes by: yasu...@cvs.openbsd.org 2014/07/12 15:06:34
Modified files: sys/netinet : in_pcb.c in_pcb.h tcp_subr.c udp_usrreq.c Log message: 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