Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!TRANTOR.UMD.EDU!louie From: louie@TRANTOR.UMD.EDU ("Louis A. Mamakos") Newsgroups: comp.protocols.tcp-ip Subject: Re: (response to message of Tue, 30 May 89 11:59:13 EDT) Message-ID: <8906042145.AA03778@trantor.umd.edu> Date: 4 Jun 89 21:45:10 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 7 If I'm not mistaken, its not the 4BSD UNIX TCP/IP code that dumps the connection when an ICMP host/network unreacahble arrives, but the application. The network code will deliver the appropriate error (EHOSTUNREACH or ENETUNREACH) the next time the connection is referenced. Typically, the application sees this "unexpected" error and bails out. louie