Date: Mon, 27 Mar 2000 13:38:36 -0800 (PST) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.network src/etc/defaults rc.conf src/share/man/man5 rc.conf.5 src/sys/nfs nfs_socket.c Message-ID: <200003272138.NAA68902@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 2000/03/27 13:38:36 PST
Modified files:
etc rc.network
etc/defaults rc.conf
share/man/man5 rc.conf.5
sys/nfs nfs_socket.c
Log:
Add a sysctl to specify the amount of UDP receive space NFS should
reserve, in maximal NFS packets. Originally only 2 packets worth of
space was reserved. The default is now 4, which appears to greatly
improve performance for slow to mid-speed machines on gigabit networks.
Add documentation and correct some prior documentation.
Problem Researched by: Andrew Gallatin <gallatin@cs.duke.edu>
Approved by: jkh
Revision Changes Path
1.75 +6 -1 src/etc/rc.network
1.55 +2 -1 src/etc/defaults/rc.conf
1.65 +9 -2 src/share/man/man5/rc.conf.5
1.61 +23 -9 src/sys/nfs/nfs_socket.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003272138.NAA68902>
