Radio PC Card Configuration 53
E-EQ-MX2RG-L-ARC MX2 Reference Guide
Sample output
Lport = 2004
tcp mss Sub-command
tcp mss displays or sets the TCP maximum segment size in bytes. When size is not specified, the
current values of the TCP parameters, including the maximum segment size, are displayed. It is
recommended to reduce the MSS and SMSS on bad network connections.
Example
tcp mss 1460
tcp retry Sub-command
tcp retry displays or sets the retry count before a connection is broken. When specified without the
number parameter, tcp retry displays the current values of TCP parameters, including the retry
count.
tcp rtt sub-command
tcp rtt replaces the automatically computed round-trip time (RTT) for the specified connection with the
time in milliseconds. Sockets calculates the RTT as a smooth average of past measured RTTs,
starting with the IRTT on a new connection.
To get the current RTT in use for a connection n, use the tcp status n command that will give the
smoothed average RTT indicated by SRTT.
Because tcp rtt provides a manual override of the normal back-off retransmission
timing
mechanisms, it may be used to speed up recovery from a series of lost packets.
Example
tcp rtt 4 100
tcp smss sub-command
tcp mss displays or sets the TCP send maximum segment size in bytes. When size is not specified, the
current values of the TCP parameters, including the SMSS, are displayed.
A small SMSS causes the remote to reduce its segment size. tcp mss can reduce the MSS and
SMS
S on bad network connections with high loss rates or where large packets get lost.
Example
tcp smss 512
tcp window sub-command
tcp window displays or sets the default and maximum receive window size.
When specified without the size parameter the current TCP parameters, including the current
window size, are displayed.
Example
tcp window 2920