Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 May 2011 13:48:49 +0000 (UTC)
From:      Lawrence Stewart <lstewart@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/share/man/man4 Makefile cc.4 cc_chd.4 cc_cubic.4 cc_hd.4 cc_htcp.4 cc_newreno.4 cc_vegas.4 h_ertt.4 tcp.4 src/share/man/man9 Makefile cc.9 hhook.9 khelp.9
Message-ID:  <201105281349.p4SDn4X9074423@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
lstewart    2011-05-28 13:48:49 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    share/man/man4       Makefile tcp.4 
    share/man/man9       Makefile 
  Added files:           (Branch: RELENG_8)
    share/man/man4       cc.4 cc_chd.4 cc_cubic.4 cc_hd.4 
                         cc_htcp.4 cc_newreno.4 cc_vegas.4 
                         h_ertt.4 
    share/man/man9       cc.9 hhook.9 khelp.9 
  Log:
  SVN rev 222419 on 2011-05-28 13:48:49Z by lstewart
  
  MFC r218912,218945,220237:
  
  - Add new man pages for the modular congestion control, Khelp and Hhook
    frameworks (cc.4, cc.9, khelp.9 and hhook.9).
  
  - Add new man pages for each available congestion control algorithm (cc_chd.4,
    cc_cubic.4, cc_hd.4, cc_htcp.4, cc_newreno.4 and cc_vegas.4).
  
  - Add a new man page for the Enhanced Round Trip Time (ERTT) Khelp module
    (h_ertt.4).
  
  - Update the TCP (tcp.4) man page to mention the TCP_CONGESTION socket option,
    cross reference to cc.4 and remove references to the retired
    "net.inet.tcp.newreno" sysctl MIB variable.
  
  In collaboration with:  David Hayes <dahayes at swin edu au> and
                                  Grenville Armitage <garmitage at swin edu au>
  Sponsored by:   FreeBSD Foundation
  
  Revision    Changes    Path
  1.460.2.32  +8 -0      src/share/man/man4/Makefile
  1.4.2.2     +116 -0    src/share/man/man4/cc.4 (new)
  1.3.2.2     +128 -0    src/share/man/man4/cc_chd.4 (new)
  1.2.2.2     +114 -0    src/share/man/man4/cc_cubic.4 (new)
  1.3.2.2     +120 -0    src/share/man/man4/cc_hd.4 (new)
  1.2.2.2     +136 -0    src/share/man/man4/cc_htcp.4 (new)
  1.2.2.2     +82 -0     src/share/man/man4/cc_newreno.4 (new)
  1.2.2.2     +138 -0    src/share/man/man4/cc_vegas.4 (new)
  1.3.2.2     +143 -0    src/share/man/man4/h_ertt.4 (new)
  1.60.2.3    +24 -8     src/share/man/man4/tcp.4
  1.357.2.16  +3 -0      src/share/man/man9/Makefile
  1.2.2.2     +333 -0    src/share/man/man9/cc.9 (new)
  1.3.2.2     +387 -0    src/share/man/man9/hhook.9 (new)
  1.3.2.2     +437 -0    src/share/man/man9/khelp.9 (new)



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