Date: Tue, 2 Nov 1999 17:57:10 -0800 (PST) From: Julian Elischer <julian@whistle.com> To: Charles Randall <crandall@matchlogic.com> Cc: freebsd-net@FreeBSD.ORG, "'hackers@freebsd.org'" <hackers@FreeBSD.ORG> Subject: RE: FreeBSD reboots Message-ID: <Pine.BSF.4.10.9911021754010.3206-100000@current1.whistle.com> In-Reply-To: <64003B21ECCAD11185C500805F31EC03046219A3@houston.matchlogic.com>
next in thread | previous in thread | raw e-mail | index | archive | help
because it breaks teh standard and teh networking guru's don't like it. Basically in the face of broken clients, (read PCs) the TCP protocol can gather an unacceptable collection of fin-wait-2 sessions. THis is in the way the protocol was designed. To reduce it we revert to fin-wait-1 and resent the fin. which results in either a FIN or a RST from th eother end if it's still alive. This gets rid of some of the sessions. but it is admittedly a hack. On Tue, 2 Nov 1999, Charles Randall wrote: > From: Julian Elischer [mailto:julian@whistle.com] > >I have a patch to fix the fin-wait-2 problem.. > > Any reason this could't be applied to -stable with a corresponding sysctl > variable? > > Charles > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-net" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9911021754010.3206-100000>