A SERVICE OF

logo

SOCKETS TCP/IP Stack 151
E-EQ-MX3RG-J-ARC MX3 Reference Guide
route can specify a Proxy ARP on a route, as follows:
route add net interface gateway metric [proxy]
When using Proxy ARP, gateway and metric must be specified. If no gateway is used, none can
be specified. For example:
route add 192.6.1.0 ifx25 none 5 proxy
tcp
tcp commands display or set various TCP operating parameters. The TCP configuration
commands are put into SOCKETS.CFG.
Syntax
tcp irtt [time]
tcp lport [port_number]
tcp mss [size]
tcp retry [number]
tcp rtt [time]
tcp smss [size]
tcp timemax [time]
tcp window [size]
Parameters
time
time is the new time value in seconds, or milliseconds if “ms” is appended to the number, as in
2000ms.
port_number
port_number is the local port starting number.
size
For tcp mss, size is the maximum segment size in bytes sent on all outgoing TCP connect requests
(SYN segments). size tells the remote host the size of the largest segment that may be received by
this host. When changing the MSS value, any existing connections remain unchanged.
For tcp smss, size is the send maximum segment size in bytes sent on all outgoing TCP connect
requests. This limits the size of the largest segment that may be sent by this host. When changing
the SMSS value, any existing connections remain unchanged.
For tcp window, size is the size of the receive window in bytes for any new TCP connections.
Existing connections are unaffected.
number
number is the number of retries attempted without receiving an acknowledge from the remote host
before the connection is broken. If the value exceeds 255, it implies an infinite number of retries;
such a connection does not time-out. The default value for number is 6.