Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 12/17/1997 06:10:02
thorpej
Tue Dec 16 22:04:17 PST 1997
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv7994

Modified Files:
	tcp_timer.c 
Log Message:
>From 4.4BSD-Lite2:
- When running the slow timers, skip PCBs in LISTEN state.
- When processing the persist timer, drop the connection if the connection
  idle time exceeds the maximum backoff for retransmit.  Part of
  kern/2335 (pete@daemon.net).


thorpej
Tue Dec 16 22:06:42 PST 1997
Update of /cvsroot/src/sys/netinet
In directory netbsd1:/var/slash-tmp/cvs-serv8377

Modified Files:
	tcp_var.h 
Log Message:
Keep stats on connections dropped due to excessive persist timeout.