Document net.inet.tcp.init_win_local.

This commit is contained in:
thorpej 2003-03-01 04:43:42 +00:00
parent cdf1b0026c
commit 3cdf0a27ee
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: sysctl.3,v 1.109 2003/02/27 01:42:10 thorpej Exp $
.\" $NetBSD: sysctl.3,v 1.110 2003/03/01 04:43:42 thorpej Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@ -821,6 +821,7 @@ The currently defined protocols and names are:
.It tcp syn_bucket_limit integer yes
.It tcp syn_cache_interval integer yes
.It tcp init_win integer yes
.It tcp init_win_local integer yes
.It tcp mss_ifmtu integer yes
.It tcp sack integer yes
.It tcp win_scale integer yes
@ -942,6 +943,10 @@ Returns a value indicating the TCP initial congestion window.
If this value is 0, an auto-tuning algorithm designed to use an initial
window of approximately 4K bytes is in use.
Otherwise, this value indicates a fixed number of packets.
.It Li tcp.init_win_local
Like
.Li tcp.init_win ,
but used when communicating with hosts on a local network.
.It Li tcp.mss_ifmtu
Returns 1 if TCP calculates the outgoing maximum segment size based on
the MTU of the appropriate interface.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: sysctl.8,v 1.87 2003/02/27 01:43:10 thorpej Exp $
.\" $NetBSD: sysctl.8,v 1.88 2003/03/01 04:44:32 thorpej Exp $
.\"
.\" Copyright (c) 1993
.\" The Regents of the University of California. All rights reserved.
@ -292,6 +292,7 @@ privilege can change the value.
.It net.inet.tcp.cwm integer yes
.It net.inet.tcp.cwm_burstsize integer yes
.It net.inet.tcp.init_win integer yes
.It net.inet.tcp.init_win_local integer yes
.It net.inet.tcp.keepcnt integer yes
.It net.inet.tcp.keepidle integer yes
.It net.inet.tcp.keepintvl integer yes