cvs commit: src/sbin/ipfw ipfw.8 ipfw2.c src/sys/netinet ip_dummynet.c

David Malone dwmalone at FreeBSD.org
Tue May 20 11:32:03 UTC 2008


dwmalone    2008-05-20 11:32:03 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sbin/ipfw            ipfw.8 ipfw2.c 
    sys/netinet          ip_dummynet.c 
  Log:
  MFC:
  Dummynet has a limit of 100 slots queue size (or 1MB, if you give
  the limit in bytes) hard coded into both the kernel and userland.
  Make both these limits a sysctl, so it is easy to change the limit.
  
  Revision    Changes    Path
  1.175.2.16  +14 -0     src/sbin/ipfw/ipfw.8
  1.76.2.23   +18 -5     src/sbin/ipfw/ipfw2.c
  1.93.2.8    +9 -2      src/sys/netinet/ip_dummynet.c


More information about the cvs-src mailing list