Contents

idleTimeout(_:)

Set the idle timeout for the QUIC connection, in milliseconds.

Declaration

func idleTimeout(_ timeout: Int) -> QUIC

Parameters

  • timeout:

    The idle timeout, in milliseconds.

Discussion

If no packets are sent or received within this timeout, the QUIC connection will be closed.