git: kernel - turn off auto-socket sizing

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Jul 17 21:37:44 PDT 2014


commit 0037b005004b8e673bf0c1c57f72e8227960a085
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Jul 17 21:33:32 2014 -0700

    kernel - turn off auto-socket sizing
    
    * Turn off automatic socket sizing for NFS sockets.  Otherwise the socket
      buffer might be reduced to the point where the mbuf interface refuses
      to queue w/EMSGSIZE.
    
      TODO: We need a better fix.

Summary of changes:
 sys/vfs/nfs/nfs_socket.c   | 8 ++++++++
 sys/vfs/nfs/nfs_syscalls.c | 8 ++++++++
 2 files changed, 16 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0037b005004b8e673bf0c1c57f72e8227960a085


-- 
DragonFly BSD source repository



More information about the Commits mailing list