[EMAIL PROTECTED] wrote:
> 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.  How about adding a comment in the kernel source about this?
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to