| setquicbridgeprofile_routingalgorithm |
Use this method to set routing algorithm to generate routable connection IDs. |
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. |
routingalgorithm |
Routing algorithm to generate routable connection IDs. Default value = NS_QUIC_BRIDGE_PLAIN_TEXT. Possible Values : PLAINTEXT. |
Return Value |
Returns simpleResult |
See Also |