Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 02/17/2000 20:16:55
Module Name:	basesrc
Committed By:	itojun
Date:		Fri Feb 18 04:16:55 UTC 2000

Modified Files:
	basesrc/lib/libc/net: rcmd.c

Log Message:
do not perform sleep() every time we get ECONNREFUSED.
try all the set of addresses before go to sleep() and retry.

not sure if we still need sleep() - retry logic.  why is it so persistent
in connecting?

From: SHIMIZU Ryo <ryo@misakimix.org>


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 basesrc/lib/libc/net/rcmd.c

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