Home > Configuration > Quic > addquicprofile

addquicprofile

Use this method to create a new QUIC profile on the Citrix ADC.

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.

ackdelayexponent

An integer value advertised by the Citrix ADC to the remote QUIC endpoint, indicating an exponent that the remote QUIC endpoint should use, to decode the ACK Delay field in QUIC ACK frames sent by the Citrix ADC.
Default value = 3.
Minimum value = 0.
Maximum value = 20.

activeconnectionidlimit

An integer value advertised by the Citrix ADC to the remote QUIC endpoint, specifying the maximum number of QUIC connection IDs from the remote QUIC endpoint, that the Citrix ADC is willing to store.
Default value = 3.
Minimum value = 2.
Maximum value = 8.

activeconnectionmigration

Specify whether the Citrix ADC should allow the remote QUIC endpoint to perform active QUIC connection migration.
Default value = ENABLED.

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.

initialmaxdata

An integer value advertised by the Citrix ADC to the remote QUIC endpoint, specifying the initial value, in bytes, for the maximum amount of data that can be sent on a QUIC connection.
Default value = 1048576.
Minimum value = 8192.
Maximum value = 67108864.

initialmaxstreamdatabidilocal

An integer value advertised by the Citrix ADC to the remote QUIC endpoint, specifying the initial flow control limit, in bytes, for bidirectional QUIC streams initiated by the Citrix ADC.
Default value = 262144.
Minimum value = 8192.
Maximum value = 8388608.

initialmaxstreamdatabidiremote

An integer value advertised by the Citrix ADC to the remote QUIC endpoint, specifying the initial flow control limit, in bytes, for bidirectional QUIC streams initiated by the remote QUIC endpoint.
Default value = 262144.
Minimum value = 8192.
Maximum value = 8388608.

initialmaxstreamdatauni

An integer value advertised by the Citrix ADC to the remote QUIC endpoint, specifying the initial flow control limit, in bytes, for unidirectional streams initiated by the remote QUIC endpoint.
Default value = 262144.
Minimum value = 8192.
Maximum value = 8388608.

initialmaxstreamsbidi

An integer value advertised by the Citrix ADC to the remote QUIC endpoint, specifying the initial maximum number of bidirectional streams the remote QUIC endpoint may initiate.
Default value = 100.
Minimum value = 1.
Maximum value = 500.

initialmaxstreamsuni

An integer value advertised by the Citrix ADC to the remote QUIC endpoint, specifying the initial maximum number of unidirectional streams the remote QUIC endpoint may initiate.
Default value = 10.
Minimum value = 1.
Maximum value = 500.

maxackdelay

An integer value advertised by the Citrix ADC to the remote QUIC endpoint, specifying the maximum amount of time, in milliseconds, by which the Citrix ADC will delay sending acknowledgments.
Default value = 20.
Minimum value = 10.
Maximum value = 2000.

maxidletimeout

An integer value advertised by the Citrix ADC to the remote QUIC endpoint, specifying the maximum idle timeout, in seconds, for a QUIC connection. A QUIC connection will be silently discarded by the Citrix ADC if it remains idle for longer than the minimum of the idle timeout values advertised by the Citrix ADC and the remote QUIC endpoint, and three times the current Probe Timeout (PTO).
Default value = 180.
Minimum value = 1.
Maximum value = 3600.

maxudpdatagramsperburst

An integer value, specifying the maximum number of UDP datagrams that can be transmitted by the Citrix ADC in a single transmission burst on a QUIC connection.
Default value = 8.
Minimum value = 1.
Maximum value = 256.

maxudppayloadsize

An integer value advertised by the Citrix ADC to the remote QUIC endpoint, specifying the size of the largest UDP datagram payload, in bytes, that the Citrix ADC is willing to receive on a QUIC connection.
Default value = 1472.
Minimum value = 1252.
Maximum value = 9188.

newtokenvalidityperiod

An integer value, specifying the validity period, in seconds, of address validation tokens issued through QUIC NEW_TOKEN frames sent by the Citrix ADC.
Default value = 300.
Minimum value = 1.
Maximum value = 3600.

retrytokenvalidityperiod

An integer value, specifying the validity period, in seconds, of address validation tokens issued through QUIC Retry packets sent by the Citrix ADC.
Default value = 10.
Minimum value = 1.
Maximum value = 120.

statelessaddressvalidation

Specify whether the Citrix ADC should perform stateless address validation for QUIC clients, by sending tokens in QUIC Retry packets during QUIC connection establishment, and by sending tokens in QUIC NEW_TOKEN frames after QUIC connection establishment.
Default value = ENABLED.

Return Value

Returns simpleResult

See Also