HP-UX SNAplus2 R7 NOF Programmer's Guide
NOF API Verbs
QUERY_RTP_CONNECTION
rtp_connection_detail.connection_type
Specifies the type of sessions on the RTP connection. Possible values are:
AP_RTP_CP_CP_SESSION
The RTP connection carries CP-CP sessions.
AP_RTP_LU_LU_SESSION
The RTP connection carries LU-LU sessions.
AP_RTP_ROUTE_SETUP
The RTP connection is used for route setup.
rtp_connection_detail.cos_name
Name of the class of service used by the RTP connection. This name is an EBCDIC string padded on the
right with EBCDIC spaces.
rtp_connection_detail.max_btu_size
Maximum size, in bytes, of the basic transmission unit (BTU) used on the RTP connection.
rtp_connection_detail.liveness_timer
Liveness timer, measured in seconds, for the RTP connection. If no traffic flows on a connection during a
liveness timer interval, RTP starts a status exchange to check if its partner is still there. A short liveness timer
interval provides quick detection of line failures and rapid path switching when a line fails. However, if the
interval is too short, performance is slightly degraded by the frequent checks on the status of the line.
rtp_connection_detail.local_tcid
Local TCID (transport control identifier) for the RTP connection.
rtp_connection_detail.remote_tcid
Remote TCID for the RTP connection.
rtp_connection_detail.rtp_stats.bytes_sent
Total number of bytes that the local node has sent on this RTP connection.
rtp_connection_detail.rtp_stats.bytes_received
Total number of bytes that the local node has received on this RTP connection.
rtp_connection_detail.rtp_stats.bytes_resent
Total number of bytes that the local node has resent on this RTP connection because bytes were lost in transit.
rtp_connection_detail.rtp_stats.bytes_discarded
Total number of bytes sent by the other end of the RTP connection that were discarded as duplicates of data
already received.
rtp_connection_detail.rtp_stats.packets_sent
Total number of packets that the local node has sent on this RTP connection.
rtp_connection_detail.rtp_stats.packets_received
Total number of packets that the local node has received on this RTP connection.
rtp_connection_detail.rtp_stats.packets_resent
Total number of packets that the local node has resent on this RTP connection because packets were lost in
transit.
rtp_connection_detail.rtp_stats.packets_discarded
Total number of packets sent by the other end of the RTP connection that were discarded as duplicates of
data already received.
637