DragonFly-2.3.2.194.g153d3 master sys/netinet tcp.h tcp_input.c tcp_subr.c tcp_usrreq.c tcp_var.h
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Jul 27 17:48:21 PDT 2009
commit 153d34aca6466454ffd04c5edea794c4ef8fcfd5
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Mon Jul 27 17:44:49 2009 -0700
TCP - Remove net.inet.tcp.minmssoverload
This feature is horribly broken and has been removed. It immediately breaks
NFS over TCP, it makes major assumptions about how TCP connections are used
which break standards, particular with regards to imposing a minimum data
size for synchronous communications, and the algorithm does not scale to
network speed AT ALL.
Summary of changes:
sys/netinet/tcp.h | 8 -------
sys/netinet/tcp_input.c | 51 ++-------------------------------------------
sys/netinet/tcp_subr.c | 12 ----------
sys/netinet/tcp_usrreq.c | 18 +++++++++++++--
sys/netinet/tcp_var.h | 1 -
5 files changed, 18 insertions(+), 72 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/153d34aca6466454ffd04c5edea794c4ef8fcfd5
--
DragonFly BSD source repository
More information about the Commits
mailing list