Searched hist:123028 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/netinet/
H A Dtcp_hostcache.cdiff 123028 Fri Nov 28 16:33:03 MST 2003 andre Fix an optimization where I made an ifdef'd out section to broad.

When the hostcache bucket limit is reached the last bucket wasn't
removed from the bucket row but inserted a few lines later at the
bucket row head again. This leads to infinite loop when the same
bucket row is accessed the next time for a lookup/insert or purge
action.

Tested by: imp, Matt Smith
Approved by: re (rwatson)

Completed in 97 milliseconds