property
quic.TransportParams.maxDatagramFrameSize
maxDatagramFrameSize?: number | bigint
The maximum size in bytes of a DATAGRAM frame payload that this endpoint is willing to receive. Set to 0 to disable datagram support. The peer will not send datagrams larger than this value. The actual maximum size of a datagram that can be sent is determined by the peer's maxDatagramFrameSize, not this endpoint's value.