From owner-freebsd-bugs Thu Apr 1 12:40:18 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 96F4714E34 for ; Thu, 1 Apr 1999 12:40:17 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id MAA01796; Thu, 1 Apr 1999 12:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 1 Apr 1999 12:40:01 -0800 (PST) Message-Id: <199904012040.MAA01796@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bill Fenner Subject: Re: kern/10788: TCP performance problem for command/answer application Reply-To: Bill Fenner Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10788; it has been noted by GNATS. From: Bill Fenner To: dockes@cdkit.remcomp.fr Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/10788: TCP performance problem for command/answer application Date: Thu, 1 Apr 1999 12:29:31 -0800 This is fixed in 3.1 and later. Setting TCP_NODELAY is the correct workaround for 2.2.8 . (It's not actually the reads that are delayed; it's the write - watch the data flow using tcpdump if you're curious). Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message