Subject: Re: CVS commit: syssrc
To: None <thorpej@zembu.com>
From: None <itojun@iijlab.net>
List: tech-net
Date: 07/28/2000 10:11:10
> > Module Name: syssrc
> > Committed By: itojun
> > Date: Thu Jul 27 11:34:08 UTC 2000
> >
> > Modified Files:
> > syssrc/sys/netinet: in_proto.c tcp_input.c tcp_var.h
> >
> > Log Message:
> > implement net.inet.tcp.rstppslimit to limit TCP RSTs by packet-per-second
> > basis. default: 100pps
> >
> > set default value for net.inet.tcp.rstratelimit to 0 (disabled),
> > NOTE: it does not work right for smaller-than-1/hz interval. maybe we should
> > nuke it, or make it impossible to set smaller-than-1/hz value.
>I think we should just nuke the old one and replace it with the pps limit.
yup, that is what i was thinking. are there anyone unhappy with
removal of the following variables and behaviors?
net.inet.tcp.rstratelimit
net.inet.icmp.errratelimit
net.inet6.icmp6.errratelimit
itojun