maxUDPPayloadSize(_:)
Set the maximum length of a QUIC packet that you are willing to receive on a connection, in bytes.
Declaration
func maxUDPPayloadSize(_ size: Int) -> QUICParameters
- size:
The maximum length, in bytes.
Set the maximum length of a QUIC packet that you are willing to receive on a connection, in bytes.
func maxUDPPayloadSize(_ size: Int) -> QUICThe maximum length, in bytes.