Contents

nw_quic_get_remote_idle_timeout(_:)

Accesses the idle timeout value from the peer’s transport parameters, in milliseconds.

Declaration

func nw_quic_get_remote_idle_timeout(_ metadata: nw_protocol_metadata_t) -> UInt64

Parameters

  • metadata:

    A QUIC protocol metadata instance.

Return Value

The idle_timeout value from the peer’s transport parameters, in milliseconds.

See Also

Functions