Skip to main content
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