git: kernel - Introduce separate sysctls for seqpacket limits

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Sep 19 00:06:51 PDT 2018


commit ebce43dc007e7b3e87b0ecc33ab260dd8b15a964
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Tue Sep 18 23:53:36 2018 -0700

    kernel - Introduce separate sysctls for seqpacket limits
    
    * Add net.local.seqpacket.maxseqpacket, previously used the same
      default as net.local.stream.sendspace.
    
    * Add net.local.seqpacket.recvspace, previously used the same
      default as net.local.stream.recvspace.
    
    * Default is 57344 bytes (unchanged from before)
    
    Taken-from: FreeBSD

Summary of changes:
 sys/kern/uipc_usrreq.c | 28 +++++++++++++++++++---------
 1 file changed, 19 insertions(+), 9 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ebce43dc007e7b3e87b0ecc33ab260dd8b15a964


-- 
DragonFly BSD source repository



More information about the Commits mailing list