[1867] in Kerberos_V5_Development
Re: krb5-appl/120: kcmd retries on ECONNREFUSED
daemon@ATHENA.MIT.EDU (Mark Eichin)
Fri Oct 18 21:29:14 1996
To: "Barry Jaspan" <bjaspan@MIT.EDU>
Cc: krbdev@MIT.EDU, krb5-bugs@MIT.EDU
From: Mark Eichin <eichin@MIT.EDU>
Date: 18 Oct 1996 21:29:03 -0400
In-Reply-To: "Barry Jaspan"'s message of Fri, 18 Oct 1996 17:35:57 -0400
>> kcmd retries twice to connect() if it fails due to ECONNREFUSED, first
>> sleeping for 1 second and then sleeping for 2 seconds between tries.
Yep, this is what rcmd does (and as I recall, this is because of a bug
in an old BSD networking implementation on some server at UCB...)
There's no real excuse for kcmd continuing to do this. John Gilmore
took it out of CNS V4 back in 1994, and we've had no complaints; I
just hadn't noticed that it was still *in* V5...