[8058] in Athena Bugs
Re: RFC 1122: Net/Host unreach.
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Wed Aug 28 11:27:00 1991
Date: Wed, 28 Aug 91 11:27:24 -0400
From: tytso@ATHENA.MIT.EDU (Theodore Ts'o)
To: "Richard Basch" <basch@MIT.EDU>
Cc: bugs@MIT.EDU, network@MIT.EDU
In-Reply-To: Richard Basch's message of Wed, 28 Aug 91 01:17:22 -0400,
Reply-To: tytso@athena.mit.edu
Date: Wed, 28 Aug 91 01:17:22 -0400
From: "Richard Basch" <basch@MIT.EDU>
X-Work: 1 Amherst St. E40-318, Cambridge, MA 02139, (617)253-0100
Well, I have made modifications that I think may solve the problem of
dropping connections when random ICMP Net/Host Unreachables are received
from the routers.
+ case PRC_HOSTDEAD:
+ case PRC_HOSTUNREACH:
You should add "case PRC_NETUNREACH:" here. I don't thing the "case
PRC_HOSTDEAD:" line is needed; I think you only got that from imps if
one of their directly connected hosts were removed from the imp, but I
could be wrong.
- Ted