Print this page
11553 Want pluggable TCP congestion control algorithms
Portions contributed by: Cody Peter Mello <cody.mello@joyent.com>
Reviewed by: Dan McDonald <danmcd@joyent.com>
Reviewed by: Robert Mustacchi <robert.mustacchi@joyent.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/ipadm.1m
          +++ new/usr/src/man/man1m/ipadm.1m
↓ open down ↓ 2 lines elided ↑ open up ↑
   3    3  .\" Common Development and Distribution License ("CDDL"), version 1.0.
   4    4  .\" You may only use this file in accordance with the terms of version
   5    5  .\" 1.0 of the CDDL.
   6    6  .\"
   7    7  .\" A full copy of the text of the CDDL should have accompanied this
   8    8  .\" source.  A copy of the CDDL is also available via the Internet at
   9    9  .\" http://www.illumos.org/license/CDDL.
  10   10  .\"
  11   11  .\"
  12   12  .\" Copyright (c) 2012, Joyent, Inc. All Rights Reserved
  13      -.\" Copyright (c) 2013 by Delphix. All rights reserved.
       13 +.\" Copyright (c) 2013, 2017 by Delphix. All rights reserved.
  14   14  .\" Copyright 2018 Nexenta Systems, Inc.
  15   15  .\" Copyright (c) 2016-2017, Chris Fraire <cfraire@me.com>.
  16   16  .\" Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
  17   17  .\"
  18   18  .Dd February 6, 2018
  19   19  .Dt IPADM 1M
  20   20  .Os
  21   21  .Sh NAME
  22   22  .Nm ipadm
  23   23  .Nd configure IP interfaces, addresses and protocols
↓ open down ↓ 746 lines elided ↑ open up ↑
 770  770  Set a property's value(s) on the protocol.
 771  771  .Bl -tag -width Ds
 772  772  .It Fl p Ns \&, Ns Fl -prop
 773  773  Specify the property name and value(s).
 774  774  The optional
 775  775  .Sy + Ns | Ns Sy -
 776  776  syntax can be used to add/remove values from the current list of values on the
 777  777  property.
 778  778  The property name can be one of the following:
 779  779  .Bl -tag -compact -width "smallest_nonpriv_port"
      780 +.It Cm congestion_control
      781 +The default congestion-control algorithm to be used for new connections
      782 +.Pq TCP .
 780  783  .It Cm ecn
 781  784  Explicit congestion control
 782  785  .Pq Cm never Ns / Ns Cm passive Ns / Ns Cm active
 783  786  .Pq TCP .
 784  787  .It Cm extra_priv_ports
 785  788  Additional privileged ports
 786  789  .Pq SCTP/TCP/UDP .
 787  790  .It Cm forwarding
 788  791  Packet forwarding
 789  792  .Pq Cm on Ns / Ns Cm off .
↓ open down ↓ 123 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX