Home > Configuration > Quic > setquicprofile_congestionctrlalgorithm

setquicprofile_congestionctrlalgorithm

Use this method to set specify the congestion control algorithm to be used for QUIC connections. The default congestion control algorithm is CUBIC.

Syntax



Parameters

name

Name for the QUIC profile. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@),equals sign (=), and hyphen (-) characters. Cannot be changed after the profile is created.
This is mandatory parameter.

congestionctrlalgorithm

Specify the congestion control algorithm to be used for QUIC connections. The default congestion control algorithm is CUBIC.
Default value = NS_QUIC_CONG_CTRL_DEFAULT.
Possible Values : Default, NewReno, CUBIC, BBR.

Return Value

Returns simpleResult

See Also