Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Aug 2010 16:41:16 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet ip_divert.c raw_ip.c tcp_subr.c udp_usrreq.c
Message-ID:  <201008171641.o7HGfSAB049281@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2010-08-17 16:41:16 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_divert.c raw_ip.c tcp_subr.c 
                         udp_usrreq.c 
  Log:
  SVN rev 211433 on 2010-08-17 16:41:16Z by jhb
  
  Ensure a minimum "slop" of 10 extra pcb structures when providing a
  memory size estimate to userland for pcb list sysctls.  The previous
  behavior of a "slop" of n/8 does not work well for small values of n
  (e.g. no slop at all if you have less than 8 open UDP connections).
  
  Reviewed by:    bz
  MFC after:      1 week
  
  Revision  Changes    Path
  1.165     +2 -2      src/sys/netinet/ip_divert.c
  1.230     +2 -2      src/sys/netinet/raw_ip.c
  1.360     +3 -2      src/sys/netinet/tcp_subr.c
  1.268     +2 -2      src/sys/netinet/udp_usrreq.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008171641.o7HGfSAB049281>