Contents

nw_quic_get_local_max_streams_unidirectional(_:)

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

Declaration

func nw_quic_get_local_max_streams_unidirectional(_ metadata: nw_protocol_metadata_t) -> UInt64

Parameters

  • metadata:

    A QUIC protocol metadata instance.

Return Value

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

See Also

Functions