Print this page
DLPX-25998 TCP congestion control is inadequate
Reviewed at: http://reviews.delphix.com/r/34808/

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  .\"
  17   17  .Dd February 6, 2018
  18   18  .Dt IPADM 1M
  19   19  .Os
  20   20  .Sh NAME
  21   21  .Nm ipadm
  22   22  .Nd configure IP interfaces, addresses and protocols
  23   23  .Sh SYNOPSIS
↓ open down ↓ 745 lines elided ↑ open up ↑
 769  769  Set a property's value(s) on the protocol.
 770  770  .Bl -tag -width Ds
 771  771  .It Fl p Ns \&, Ns Fl -prop
 772  772  Specify the property name and value(s).
 773  773  The optional
 774  774  .Sy + Ns | Ns Sy -
 775  775  syntax can be used to add/remove values from the current list of values on the
 776  776  property.
 777  777  The property name can be one of the following:
 778  778  .Bl -tag -compact -width "smallest_nonpriv_port"
      779 +.It Cm congestion_control
      780 +The default congestion-control algorithm to be used for new connections
      781 +.Pq TCP .
 779  782  .It Cm ecn
 780  783  Explicit congestion control
 781  784  .Pq Cm never Ns / Ns Cm passive Ns / Ns Cm active
 782  785  .Pq TCP .
 783  786  .It Cm extra_priv_ports
 784  787  Additional privileged ports
 785  788  .Pq SCTP/TCP/UDP .
 786  789  .It Cm forwarding
 787  790  Packet forwarding
 788  791  .Pq Cm on Ns / Ns Cm off .
↓ open down ↓ 112 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX