R3303-HP HSR6800 Routers Layer 3 - IP Services Command Reference

Table Of Contents
191
socket state = SS_PRIV SS_ASYNC
Table 49 Command output
Field Descri
p
tion
SOCK_STREAM TCP socket.
SOCK_DGRAM UDP socket.
SOCK_RAW Raw IP socket.
Task Task name and ID of the created socket.
socketid ID assigned by the kernel to the created socket.
Proto Protocol type, for example, 6 indicates TCP and 17 indicates UDP.
LA Local address and local port number.
FA Remote address and remote port number.
sndbuf Size of the send buffer.
rcvbuf Size of the receive buffer.
sb_cc Number of bytes sent by the send buffer.
rb_cc Number of bytes received by the receive buffer.
socket option
Socket option set by the application:
SO_ACCEPTCONN—Detects connection request at the server end.
SO_REUSEADDR—Allows for reuse of a local address.
SO_REUSEPORT—Allows for reuse of a local port.
SO_SENDVPNID—Enables sending of the VPN ID.
SO_KEEPALIVE—Queries free connections.
SO_DONTROUTE—Does not look up the routing table because the
destination is directly connected.
SO_BROADCAST—Supports broadcasts.
SO_LINGER—Be closed but still sends the remaining data.
SO_OOBINLINE—Saves the out-of-band data in inline mode.
SO_SENDDATAIF—Specifies the outgoing interface and source address of
a packet.
SO_UDPCHECKSUM—Computes the UDP checksum of outgoing packets.
SO_NSYNDROMESVR—Does not allow TCP concurrency. One socket has
a maximum of one online client.
SO_SNDBYDSTMAC—Specifies the destination MAC address of an
outgoing packet.
SO_SETSRCADDR—Specifies the source IP address of an outgoing packet.
SO_RCVVPNID—Enables receiving of the VPN ID.
SO_SENDBY_IF_NEXTHOP—Specifies the outing interface, next hop, and
the source address of a packet.
SO_SETKEEPALIVE—Sets the time for querying free connections.
SO_NOTIFYREAD—Reads events at regular time.
SO_SEQPACKET—Sends packets simultaneously.
socket state State of the socket.