Contents

nw_quic_set_idle_timeout(_:_:)

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

Declaration

func nw_quic_set_idle_timeout(_ options: nw_protocol_options_t, _ idle_timeout: UInt32)

Parameters

  • options:

    A QUIC protocol options instance.

  • idle_timeout:

    An idle timeout value, in milliseconds.

See Also

Functions