Details
-
Bug
-
Status: Done
-
Low
-
Resolution: Done
-
2.0.0
-
2
-
Yes
-
Yes
-
Yes
Description
The Timeout value used for retransmitting displays node_netstat_Tcp_RtoAlgorithm{node_name=~\"$host\"} metric, but the RTOAlgorithm is a static value and it is always returns `1`. Note, that tcp rto timeouts are per connection and dynamic.
tcpRtoAlgorithm OBJECT-TYPE
SYNTAX INTEGER {
other(1),
constant(2),
rsre(3),
vanj(4)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The algorithm used to determine the timeout value
used for retransmitting unacknowledged octets."
::= { tcp 1 }