deno.com

interface Deno.QuicAcceptOptions

unstable

Type Parameters #

#ZRTT extends boolean

Properties #

#alpnProtocols: string[]
optional

Application-Layer Protocol Negotiation (ALPN) protocols to announce to the client. QUIC requires the use of ALPN.

#zeroRtt: ZRTT = false
optional

Convert this connection into 0.5-RTT at the cost of weakened security, as 0.5-RTT data may be sent before TLS client authentication has occurred.