Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 07/27/2000 14:34:08
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.
To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 syssrc/sys/netinet/in_proto.c
cvs rdiff -r1.115 -r1.116 syssrc/sys/netinet/tcp_input.c
cvs rdiff -r1.72 -r1.73 syssrc/sys/netinet/tcp_var.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.