[956] in SIPB_Linux_Development
Re: probs still with Linux/Kerberos
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Wed Mar 1 15:49:34 1995
Date: Wed, 1 Mar 1995 15:49:02 +0500
From: "Theodore Ts'o" <tytso@MIT.EDU>
To: "Charles M. Hannum" <mycroft@ai.mit.edu>
Cc: ghudson@MIT.EDU, linux-dev@MIT.EDU, netbsd-dev@MIT.EDU
In-Reply-To: Charles M. Hannum's message of Wed, 1 Mar 1995 14:22:20 -0500,
<199503011922.OAA07449@duality.gnu.ai.mit.edu>
Date: Wed, 1 Mar 1995 14:22:20 -0500
From: "Charles M. Hannum" <mycroft@ai.mit.edu>
Cc: ghudson@MIT.EDU, linux-dev@MIT.EDU, netbsd-dev@MIT.EDU
It's detected when you call recv() --- no timeout is necessary
because you either get a UDP packet back, or an ICMP port
unreachable.
That's fine for protocols where you actually get a reply to every
packet...
It is for Kerberos, which was the context for this discussion.
- Ted