MIB Viewer

ltmTcpProfileCongestionCtrl

OBJECT-TYPE
1.3.6.1.4.1.3375.2.2.6.10.1.2.1.34
Access
read-only
Status
current
Sub-identifiers
0
The TCP congestion control mode, guiding cwnd growth. reno - RENO congestion control mode; newreno - new RENO congestion control mode; scalable - scalable congestion control mode. It will do MIMD on cwnd besides NewReno retransmission; highspeed - high-speed congestion control mode, per RFC3649; none - no congestion control; vegas - vegas congestion control, delay-based; illinois - illinois congestion control, hybrid loss and delay; woodside - woodside congestion control, hybrid loss and delay; chd - chd congestion control, queue-delay based; cdg - cdg congestion control, RTT based; cubic - cubic congestion control, optimized for high latency, high bandwidth connections; westwood - westwood+ congestion control, bandwidth estimation; bbr - bbr congestion control, bandwidth and RTT based.
INTEGER { reno(0), newreno(1), scalable(2), highspeed(3), none(4), vegas(5), illinois(6), woodside(7), chd(8), cdg(9), cubic(10), westwood(11), bbr(12) }