From: <jd...@ka...> - 2000-02-03 00:18:27
|
> TCP_TW_RECYCLE_TICK = (log(HZ)+2-TCP_TW_RECYCLE_SLOTS_LOG) > If HZ is not a 2^N, then it is rounded up to the closest power of two. > In your case it is: > #define TCP_TW_RECYCLE_TICK (4+2-TCP_TW_RECYCLE_SLOTS_LOG) Thanks for the tip. What exactly is TCP_TW_RECYCLE_TICK? Jeff :-) |