Contents

nw_quic_get_remote_max_streams_bidirectional(_:)

Accesses the maximum number of bidirectional streams advertised by peer that the connection is allowed to create.

Declaration

func nw_quic_get_remote_max_streams_bidirectional(_ metadata: nw_protocol_metadata_t) -> UInt64

Parameters

  • metadata:

    A QUIC protocol metadata instance.

Return Value

The maximum number of bidirectional streams advertised by peer that the connection is allowed to create.

See Also

Functions