Contents

nw_quic_get_idle_timeout(_:)

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

Declaration

func nw_quic_get_idle_timeout(_ options: nw_protocol_options_t) -> UInt32

Parameters

  • options:

    A QUIC protocol options instance.

Return Value

An idle timeout value, in milliseconds.

See Also

Functions