CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/03/31 07:11:14
Modified files:
sys/netinet : tcp_input.c
Log message:
If one of the TCP syn cache buckets overflow, it might be a collision
attack against our hash function. In this case, switch to the
passive syn cache as soon as possible. It will start with a new
random seed for the hash.
input and OK mpi@
