Contents

nw_quic_get_max_udp_payload_size(_:)

Accesses the maximum length of a QUIC packet that can be received on a connection, in bytes.

Declaration

func nw_quic_get_max_udp_payload_size(_ options: nw_protocol_options_t) -> UInt16

Parameters

  • options:

    A QUIC protocol options instance.

Return Value

The maximum length of a QUIC packet, in bytes.

See Also

Functions