Contents

maxDatagramFrameSize(_:)

Set the max_datagram_frame_size transport parameter on a QUIC connection.

Declaration

func maxDatagramFrameSize(_ size: Int) -> QUIC

Parameters

  • size:

    The value to use for the max_datagram_frame_size transport parameter on a QUIC connection.