git: NFS - Change NFS root mount default from udp to tcp

看板DFBSD_commit作者時間16年前 (2009/10/10 09:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit b58aa6d01fe6dcb712c52b8e3bab9c88e7f59a88 Author: Matthew Dillon <dillon@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
文章代碼(AID): #1Ap-GNPY (DFBSD_commit)