Contents

nw_quic_set_local_max_streams_unidirectional(_:_:)

Sets the maximum number of unidirectional streams that the peer can create on a QUIC connection.

Declaration

func nw_quic_set_local_max_streams_unidirectional(_ metadata: nw_protocol_metadata_t, _ max_streams_unidirectional: UInt64)

Parameters

  • metadata:

    A QUIC protocol metadata instance.

  • max_streams_unidirectional:

    The maximum number of unidirectional streams that the peer can create.

See Also

Functions