Skip to main content

QuicAcceptOptions

interface Deno.QuicAcceptOptions
unstable

Type Parameters Jump to heading

Jump to headingZRTT extends boolean

Properties Jump to heading

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

optional
Jump to headingzeroRtt: ZRTT = false

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.

Back to top