Skip to main content

QuicServerTransportOptions

interface Deno.QuicServerTransportOptions
unstable

Properties Jump to heading

optional
Jump to headingpreferredAddressV4: string = undefined

Preferred IPv4 address to be communicated to the client during handshaking. If the client is able to reach this address it will switch to it.

optional
Jump to headingpreferredAddressV6: string = undefined

Preferred IPv6 address to be communicated to the client during handshaking. If the client is able to reach this address it will switch to it.

Back to top