cvs commit: src/sys/vfs/nfs nfs_syscalls.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Mar 8 18:52:29 PST 2004
dillon 2004/03/08 18:52:10 PST
DragonFly src repository
Modified files:
sys/vfs/nfs nfs_syscalls.c
Log:
Addendum comment to last commit. Jeffrey Hsu reminded me that kernel writes
are not subject to socket buffer limitations, so the Linux bug referenced
in the last commit should not occur even without this commit. However,
the larger socket buffers should have a positive effect on our ability to
stream received data, especially over GigE links.
Revision Changes Path
1.14 +0 -0 src/sys/vfs/nfs/nfs_syscalls.c
http://www.dragonflybsd.org/cvsweb/src/sys/vfs/nfs/nfs_syscalls.c.diff?r1=1.13&r2=1.14&f=h
More information about the Commits
mailing list