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

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

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/netinet          ip_divert.c raw_ip.c tcp_subr.c 
                         udp_usrreq.c 
  Log:
  SVN rev 211890 on 2010-08-27 18:50:32Z 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.130.2.5   +2 -2      src/sys/netinet/ip_divert.c
  1.180.2.14  +2 -2      src/sys/netinet/raw_ip.c
  1.300.2.22  +3 -2      src/sys/netinet/tcp_subr.c
  1.218.2.14  +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.o7RIop9J035679>