HostNetStackInstanceCongestionControlAlgorithmType_enum
HostNetStackInstanceCongestionControlAlgorithmType_enum
Define TCP congestion control algorithm used by an instance
Possible values:
newreno
: New Reno Algorithm.See http://tools.ietf.org/html/rfc3782 for detail.
cubic
: Cubic Algorithm.See http://tools.ietf.org/id/draft-rhee-tcp-cubic-00.txt for detail.
This data structure has no properties.
Enumeration: newreno, cubic,