Skip to main content

maxIdleTimeout

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.

number
Back to top