Print this page
3942 inject sanity into ipadm tcp buffer size properties
3943 _snd_lowat_fraction tcp tunable has no effect
Reviewed by: Adam Leventhal <ahl@delphix.com>
Reviewed by: Peng Dai <peng.dai@delphix.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/ipadm.1m
          +++ new/usr/src/man/man1m/ipadm.1m
   1    1  '\" te
   2    2  .\" Copyright (c) 2012, Joyent, Inc. All Rights Reserved
        3 +.\" Copyright (c) 2013 by Delphix. All rights reserved.
   3    4  .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
   4    5  .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   5    6  .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   6    7  .TH IPADM 1M "May 14, 2012"
   7    8  .SH NAME
   8    9  ipadm \- configure IP network interfaces and protocol properties.
   9   10  .SH SYNOPSIS
  10   11  .LP
  11   12  .nf
  12   13  \fBipadm\fR create-if [\fB-t\fR] \fIinterface\fR
↓ open down ↓ 1060 lines elided ↑ open up ↑
1073 1074  .RS 4n
1074 1075  The IPv6 hoplimit.
1075 1076  .RE
1076 1077  
1077 1078  \fBlargest_anon_port\fR
1078 1079  .ad
1079 1080  .RS 4n
1080 1081  Largest ephemeral port (SCTP, TCP or UDP)
1081 1082  .RE
1082 1083  
1083      -\fBrecv_maxbuf\fR
     1084 +\fBmax_buf\fR
1084 1085  .ad
1085 1086  .RS 4n
1086      -Receive buffer size (ICMP, SCTP, TCP or UDP)
     1087 +Maximum receive or send buffer size (ICMP, SCTP, TCP, or UDP).  This also
     1088 +sets the upper limit for the \fBrecv_buf\fB and \fBsend_buf\fB properties.
1087 1089  .RE
1088 1090  
     1091 +\fBrecv_buf\fR
     1092 +.ad
     1093 +.RS 4n
     1094 +Default receive buffer size (ICMP, SCTP, TCP, or UDP).  The maximum value for
     1095 +this property is controlled by the \fBmax_buf\fR property.
     1096 +.RE
     1097 +
1089 1098  \fBsack\fR
1090 1099  .ad
1091 1100  .RS 4n
1092 1101  Selective acknowledgement (TCP).
1093 1102  Can be "active", "passive" or "never".
1094 1103  .RE
1095 1104  
1096      -\fBsend_maxbuf\fR
     1105 +\fBsend_buf\fR
1097 1106  .ad
1098 1107  .RS 4n
1099      -Send buffer size (ICMP, SCTP, TCP or UDP)
     1108 +Default send buffer size (ICMP, SCTP, TCP, or UDP).  The maximum value for
     1109 +this property is controlled by the \fBmax_buf\fR property.
1100 1110  .RE
1101 1111  
1102 1112  \fBsmallest_anon_port\fR
1103 1113  .ad
1104 1114  .RS 4n
1105 1115  Smallest ephemeral port (SCTP, TCP or UDP)
1106 1116  .RE
1107 1117  
1108 1118  \fBsmallest_nonpriv_port\fR
1109 1119  .ad
↓ open down ↓ 136 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX