TCP/IPv6 Configuration and Management Manual (G06.29+, H06.03+, J06.03+)

SCF Reference for NonStop TCP/IPv6
HP NonStop TCP/IPv6 Configuration and Management Manual524523-012
8-44
ALTER MON Command for TCP6MAN
HOSTID int
is the identification number (usually the host number part of the Internet address
that is assigned to this host). It is a 32-bit number.
TCPKEEPIDLE int
is the amount of time in seconds before TCP issues a keep-alive packet on sockets
that have enabled this option. The default value is 75 seconds. The range is 1 to
7200.
TCPKEEPINTVL int
is the time interval in seconds between retransmissions of unacknowledged keep-
alive packets. The default value is 75 seconds. The range is 1 to 1260.
TCPKEEPCNT int
is the number of times a keep-alive packet is sent without receiving an
acknowledgment. After reaching int, the TCP connection is dropped. The
default is 8. The range is 1 to 20.
DEBUG { ON | OFF }
is used by support personnel and development to enable the display of more TCP
internal information for debugging purposes.
FULLDUMP { ON | OFF }
specifies whether the QIO segment is also saved when the TCP6MON abends.
The default is ON. When set to OFF, the TCP6MON only saves its stack when
abending which conserves disk space over a full dump. The preferred setting for
this parameter is ON.
ALLNETSARELOCAL { ON | OFF }
causes TCP (when ON) to use the interface MTU as a base for determining the
TCP Maximum Segment Size (MSS) for each non-local TCP connection. A non-
local TCP connection is one that goes to another network (not just another
subnetwork). The default is ON. If this switch is OFF, TCP conforms to RFC1323-
specified behavior and uses 512 bytes as the default MSS for non-local segments.
When ON, for example for Ethernet, the non-local MSS is 1460. Setting this
parameter to ON can benefit performance.
TCPCOMPAT42 { ON | OFF }
is the flag used to set the TCP6MON compatible with BSD4.2 versions in these
regards:
The default value of this flag is ON.
If the flag is ON then the original ACK - 1 is sent in the keepalive packet;
otherwise the original ACK is sent in the keepalive packet.