看板 DFBSD_commit 關於我們 聯絡資訊
commit 39cd459bcb9932a8ed279f41837d23a74d2d86bd Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Thu Jul 23 15:41:41 2009 -0700 NFS - Change the mount default from udp to tcp, add "udp" option. * Mount_nfs now mounts TCP by default. * Added "udp" option, and the -U option now works similarly to -T, but for udp instead of tcp. Summary of changes: sbin/mount_nfs/mount_nfs.8 | 32 +++++++++++------------- sbin/mount_nfs/mount_nfs.c | 58 +++++++++++++++++++++---------------------- 2 files changed, 43 insertions(+), 47 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/39cd459bcb9932a8ed279f41837d23a74d2d86bd -- DragonFly BSD source repository