interface Deno.QuicServerTransportOptions
extends QuicTransportOptions
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.