From owner-cvs-all Sun Dec 2 11:23:42 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F242437B416; Sun, 2 Dec 2001 11:23:39 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB2JNdB27907; Sun, 2 Dec 2001 11:23:39 -0800 (PST) (envelope-from dillon) Message-Id: <200112021923.fB2JNdB27907@freefall.freebsd.org> From: Matt Dillon Date: Sun, 2 Dec 2001 11:23:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet tcp_input.c tcp_output.c tcp_var.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2001/12/02 11:23:39 PST Modified files: (Branch: RELENG_4) sys/netinet tcp_input.c tcp_output.c tcp_var.h Log: quick MFC of mainly tcp_input.c 1.144 and tcp_output.c 1.56. Propogate TCP_NODELAY to accept()ed sockets and fix a transmitter stall 0-window bug in TCP. This brings FreeBSD's tbench performance up to approximately the same as Linux and should thus also have a big effect on samba performance. Revision Changes Path 1.107.2.19 +8 -3 src/sys/netinet/tcp_input.c 1.39.2.12 +40 -14 src/sys/netinet/tcp_output.c 1.56.2.9 +2 -1 src/sys/netinet/tcp_var.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message