git: NFS - Change NFS root mount default from udp to tcp
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Oct 9 18:04:34 PDT 2009
commit b58aa6d01fe6dcb712c52b8e3bab9c88e7f59a88
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Fri Oct 9 17:54:06 2009 -0700
NFS - Change NFS root mount default from udp to tcp
We previously changed the default NFS mount type to tcp. Adjust
the default NFS root mount type to tcp as well. UDP mounts just
do not perform well when large numbers of RPCs are allowed to run
in parallel.
Summary of changes:
sys/platform/pc32/i386/autoconf.c | 4 ++--
sys/platform/pc64/amd64/autoconf.c | 4 ++--
sys/platform/vkernel/i386/autoconf.c | 16 ++++++++++++++--
3 files changed, 18 insertions(+), 6 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b58aa6d01fe6dcb712c52b8e3bab9c88e7f59a88
--
DragonFly BSD source repository
More information about the Commits
mailing list