Contents

nw_quic_set_local_max_streams_bidirectional(_:_:)

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

Declaration

func nw_quic_set_local_max_streams_bidirectional(_ metadata: nw_protocol_metadata_t, _ max_streams_bidirectional: UInt64)

Parameters

  • metadata:

    A QUIC protocol metadata instance.

  • max_streams_bidirectional:

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

See Also

Functions