interface Deno.QuicIncoming
unstable
An incoming connection for which the server has not yet begun its part of the handshake.
readonly
localIp: stringThe local IP address which was used when the peer established the connection.
readonly
remoteAddr: NetAddrThe peer’s UDP address.
readonly
remoteAddressValidated: booleanWhether the socket address that is initiating this connection has proven that they can receive traffic.