Subject: Re: CVS commit: syssrc
To: Jun-ichiro itojun Hagino <itojun@netbsd.org>
From: Jason R Thorpe <thorpej@zembu.com>
List: tech-net
Date: 07/27/2000 07:02:31
On Thu, Jul 27, 2000 at 02:34:08PM +0300, Jun-ichiro itojun Hagino wrote:
>
> 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.
--
-- Jason R. Thorpe <thorpej@zembu.com>