Skip to main content
Deno.QuicServerTransportOptions - Deno documentation
interface Deno.QuicServerTransportOptions
Unstable

Properties

optional
preferredAddressV4: 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
preferredAddressV6: 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