Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 09/28/1999 00:54:03
Module Name:	basesrc
Committed By:	lukem
Date:		Tue Sep 28 07:54:02 UTC 1999

Modified Files:
	basesrc/usr.bin/ftp: util.c

Log Message:
don't fudge out the stalltime when calculating the ETA. this means that the
ETA might be over and will appear to drop rapidly, rather than being under
and appear not to change. the original code makes sense when you're testing
by suspending & resuming the client. however, the unfudged number is probably
better in reality, especially for slow spurty networks.

requested by ITOH Yasufumi <itohy@netbsd.org> in [bin/7977]


To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 basesrc/usr.bin/ftp/util.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.