]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit - share/man/man9/Makefile
MFC r218912,218945,220237:
authorlstewart <lstewart@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 28 May 2011 13:48:49 +0000 (13:48 +0000)
committerlstewart <lstewart@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 28 May 2011 13:48:49 +0000 (13:48 +0000)
commitd8363a7d44360ee59ce4c65a87fca8153b836af9
treeb227908c1807f8d4c38d6dacf54bd6185b446b50
parent99af17e56d9571e65034766bc790cb78c08a5112
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

git-svn-id: svn://svn.freebsd.org/base/stable/8@222419 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
14 files changed:
share/man/man4/Makefile
share/man/man4/cc.4 [new file with mode: 0644]
share/man/man4/cc_chd.4 [new file with mode: 0644]
share/man/man4/cc_cubic.4 [new file with mode: 0644]
share/man/man4/cc_hd.4 [new file with mode: 0644]
share/man/man4/cc_htcp.4 [new file with mode: 0644]
share/man/man4/cc_newreno.4 [new file with mode: 0644]
share/man/man4/cc_vegas.4 [new file with mode: 0644]
share/man/man4/h_ertt.4 [new file with mode: 0644]
share/man/man4/tcp.4
share/man/man9/Makefile
share/man/man9/cc.9 [new file with mode: 0644]
share/man/man9/hhook.9 [new file with mode: 0644]
share/man/man9/khelp.9 [new file with mode: 0644]