namespace
quic.constants
namespace constants
An object containing commonly used constants for QUIC configuration.
- const DEFAULT_CIPHERS: string
The default TLS 1.3 cipher suite list used when
sessionOptions.ciphersis not specified. - const DEFAULT_GROUPS: string
The default TLS 1.3 key-exchange group list used when
sessionOptions.groupsis not specified.