Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!ames!sdcsvax!ucbvax!UCBVAX.BERKELEY.EDU!karels%okeeffe From: karels%okeeffe@UCBVAX.BERKELEY.EDU.UUCP Newsgroups: comp.protocols.tcp-ip Subject: Re: Help with broken TCP Message-ID: <8709012233.AA02304@okeeffe.Berkeley.EDU> Date: Tue, 1-Sep-87 18:33:38 EDT Article-I.D.: okeeffe.8709012233.AA02304 Posted: Tue Sep 1 18:33:38 1987 Date-Received: Thu, 3-Sep-87 01:49:52 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 10 Right you are! I knew that we had such a problem at one time, but didn't think it had made it out of Berkeley. Your fix is fine; our current version does: if (flags & TH_FIN && tp->t_flags & TF_SENTFIN && tp->snd_nxt == tp->snd_max) tp->snd_nxt--; which should be equivalent. Mike