Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Apr 1999 12:40:01 -0800 (PST)
From:      Bill Fenner <fenner@research.att.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/10788: TCP performance problem for command/answer application
Message-ID:  <199904012040.MAA01796@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/10788; it has been noted by GNATS.

From: Bill Fenner <fenner@research.att.com>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904012040.MAA01796>