Skip to main content

interface Deno.QuicServerTransportOptions

unstable

Properties #

#preferredAddressV4: string = undefined
optional

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.

#preferredAddressV6: string = undefined
optional

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.

Did you find what you needed?

Privacy policy