Print this page
4774 Typos in tcp(7P) manpage

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man7p/tcp.7p
          +++ new/usr/src/man/man7p/tcp.7p
↓ open down ↓ 176 lines elided ↑ open up ↑
 177  177  also supports the initial congestion window (cwnd) changes in \fIRFC 3390\fR.
 178  178  The initial cwnd calculation can be overridden by the socket option
 179  179  TCP_INIT_CWND. An application can use this option to set the initial cwnd to a
 180  180  specified number of TCP segments. This applies to the cases when the connection
 181  181  first starts and restarts after an idle period.  The process must have the
 182  182  PRIV_SYS_NET_CONFIG privilege if it wants to specify a number greater than that
 183  183  calculated by \fIRFC 3390\fR.
 184  184  .sp
 185  185  .LP
 186  186  SunOS supports \fBTCP\fR Extensions for High Performance (\fIRFC 1323\fR) which
 187      -includes the window scale and time stamp options, and Protection Against Wrap
      187 +includes the window scale and timestamp options, and Protection Against Wrap
 188  188  Around Sequence Numbers (PAWS). SunOS also supports Selective Acknowledgment
 189  189  (SACK) capabilities (RFC 2018) and Explicit Congestion Notification (ECN)
 190  190  mechanism (\fIRFC 3168\fR).
 191  191  .sp
 192  192  .LP
 193  193  Turn on the window scale option in one of the following ways:
 194  194  .RS +4
 195  195  .TP
 196  196  .ie t \(bu
 197  197  .el o
↓ open down ↓ 56 lines elided ↑ open up ↑
 254  254  ECN mechanism. However, it will tell a peer that it supports \fBECN\fR
 255  255  mechanism when accepting a new incoming connection request if the peer
 256  256  indicates that it supports \fBECN\fR mechanism in the SYN segment. If
 257  257  tcp_ecn_permitted is set to 2, in addition to negotiating with a peer on ECN
 258  258  mechanism when accepting connections, TCP will indicate in the outgoing SYN
 259  259  segment that it supports \fBECN\fR mechanism when \fBTCP\fR makes active
 260  260  outgoing connections. The default for \fBtcp_ecn_permitted\fR is 1.
 261  261  .RE
 262  262  .sp
 263  263  .LP
 264      -Turn on the time stamp option in the following way:
      264 +Turn on the timestamp option in the following way:
 265  265  .RS +4
 266  266  .TP
 267  267  .ie t \(bu
 268  268  .el o
 269  269  Use \fBndd\fR to modify the configuration parameter \fBtcp_tstamp_always\fR. If
 270      -\fBtcp_tstamp_always\fR is \fB1\fR, the time stamp option will always be set
      270 +\fBtcp_tstamp_always\fR is \fB1\fR, the timestamp option will always be set
 271  271  when connecting to a remote machine. If \fBtcp_tstamp_always\fR is \fB0\fR, the
 272  272  timestamp option will not be set when connecting to a remote system. The
 273  273  default for \fBtcp_tstamp_always\fR is \fB0\fR.
 274  274  .RE
 275  275  .RS +4
 276  276  .TP
 277  277  .ie t \(bu
 278  278  .el o
 279      -Regardless of the value of \fBtcp_tstamp_always\fR, the time stamp option will
      279 +Regardless of the value of \fBtcp_tstamp_always\fR, the timestamp option will
 280  280  always be included in a connect acknowledgement (and all succeeding packets) if
 281      -the connecting system has used the time stamp option.
      281 +the connecting system has used the timestamp option.
 282  282  .RE
 283  283  .sp
 284  284  .LP
 285      -Use the following procedure to turn on the time stamp option only when the
      285 +Use the following procedure to turn on the timestamp option only when the
 286  286  window scale option is in effect:
 287  287  .RS +4
 288  288  .TP
 289  289  .ie t \(bu
 290  290  .el o
 291  291  Use \fBndd\fR to modify the configuration parameter \fBtcp_tstamp_if_wscale\fR.
 292      -Setting \fBtcp_tstamp_if_wscale\fR to \fB1\fR will cause the time stamp option
      292 +Setting \fBtcp_tstamp_if_wscale\fR to \fB1\fR will cause the timestamp option
 293  293  to be set when connecting to a remote system, if the window scale option has
 294      -been set. If \fBtcp_tstamp_if_wscale\fR is \fB0\fR, the time stamp option will
      294 +been set. If \fBtcp_tstamp_if_wscale\fR is \fB0\fR, the timestamp option will
 295  295  not be set when connecting to a remote system. The default for
 296  296  \fBtcp_tstamp_if_wscale\fR is \fB1\fR.
 297  297  .RE
 298  298  .sp
 299  299  .LP
 300  300  Protection Against Wrap Around Sequence Numbers (PAWS) is always used when the
 301      -time stamp option is set.
      301 +timestamp option is set.
 302  302  .sp
 303  303  .LP
 304  304  SunOS also supports multiple methods of generating initial sequence numbers.
 305  305  One of these methods is the improved technique suggested in \fBRFC\fR 1948. We
 306  306  \fBHIGHLY\fR recommend that you set sequence number generation parameters as
 307  307  close to boot time as possible. This prevents sequence number problems on
 308  308  connections that use the same connection-ID as ones that used a different
 309  309  sequence number generation. The \fBsvc:/network/initial:default\fR service
 310  310  configures the initial sequence number generation.  The service reads the value
 311  311  contained in the configuration file \fB/etc/default/inetinit\fR to determine
↓ open down ↓ 174 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX