Contents

nw_quic_get_local_max_streams_bidirectional(_:)

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

Declaration

func nw_quic_get_local_max_streams_bidirectional(_ metadata: nw_protocol_metadata_t) -> UInt64

Parameters

  • metadata:

    A QUIC protocol metadata instance.

Return Value

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

See Also

Functions