Contents

nw_quic_set_max_udp_payload_size(_:_:)

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

Declaration

func nw_quic_set_max_udp_payload_size(_ options: nw_protocol_options_t, _ max_udp_payload_size: UInt16)

Parameters

  • options:

    A QUIC protocol options instance.

  • max_udp_payload_size:

    The maximum length of a QUIC packet, in bytes.

See Also

Functions