Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 09/04/1998 15:29:55
Module Name:	src
Committed By:	mycroft
Date:		Fri Sep  4 22:29:55 UTC 1998

Modified Files:
	src/sys/netinet: tcp_subr.c tcp_timer.c
Log Message:
Fix a couple of bogons related to tcp_new_iss():
* Don't add tcp_iss_seq when creating a new ISS from TIME-WAIT state.
* Do the clock increment even when using the rnd device.