CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/21 09:52:27
Modified files:
sys/netinet : tcp_input.c tcp_var.h
usr.bin/netstat: inet.c
Log message:
Add a tcps_sc_seedrandom counter in TCP SYN cache and netstat -s.
This shows how often the hash function is reseeded and the random
bucket distribution changes.
OK mpi@ claudio@
