Skip to main content
Deno.QuicTransportOptions.maxIdleTimeout - Deno documentation
property Deno.QuicTransportOptions.maxIdleTimeout

Maximum duration of inactivity to accept before timing out the connection. The true idle timeout is the minimum of this and the peer’s own max idle timeout.

Type

number
Back to top