Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Aug 2010 18:50:12 +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:  <201008271850.o7RIoU3Y035632@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2010-08-27 18:50:12 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/netinet          ip_divert.c raw_ip.c tcp_subr.c 
                         udp_usrreq.c 
  Log:
  SVN rev 211889 on 2010-08-27 18:50:12Z by jhb
  
  MFC 211433:
  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).
  
  Revision    Changes    Path
  1.156.2.7   +2 -2      src/sys/netinet/ip_divert.c
  1.220.2.10  +2 -2      src/sys/netinet/raw_ip.c
  1.350.2.8   +3 -2      src/sys/netinet/tcp_subr.c
  1.262.2.6   +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?201008271850.o7RIoU3Y035632>