cvs commit: src/sys/netinet ip_icmp.c tcp.h tcp_input.c tcp_subr.c tcp_usrreq.c tcp_var.h

Alexey Dokuchaev danfe at nsu.ru
Fri Jan 9 06:39:56 PST 2004


On Thu, Jan 08, 2004 at 09:40:07AM -0800, Andre Oppermann wrote:
> andre       2004/01/08 09:40:07 PST
>   
>      We mitigate this by calculating the average MSS payload per
>      second.  If it goes below 'net.inet.tcp.minmss' and the pps
>      rate is above 'net.inet.tcp.minmssoverload' defaulting to
>      1000 this particular TCP connection is resetted and dropped.

Hmm..
May I suggest renaming of `minmssoverload' to `min_mss_overload' and
`minmss' to `min_mss', respectively?

14-letter, non-underscore-separated word is really hard to grasp/read.

./danfe



More information about the cvs-src mailing list