2.2.1.1.12 TCP_RTO_ALGORITHM
The TCP_RTO_ALGORITHM enumerates different TCP retransmission time-out algorithms.
-
typedef enum { MIB_TCP_RTO_OTHER = 1, MIB_TCP_RTO_CONSTANT = 2, MIB_TCP_RTO_RSRE = 3, MIB_TCP_RTO_VANJ = 4, } TCP_RTO_ALGORITHM, *PTCP_RTO_ALGORITHM;
MIB_TCP_RTO_OTHER: Other.
MIB_TCP_RTO_CONSTANT: Constant time-out.
MIB_TCP_RTO_RSRE: MIL-STD-1778. See [RFC4022].
MIB_TCP_RTO_VANJ: Van Jacobson's algorithm. See [RFC1144].