interface
quic.TransportParams
interface TransportParams
- maxDatagramFrameSize?: number | bigint
The maximum size in bytes of a DATAGRAM frame payload that this endpoint is willing to receive. Set to
0to 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'smaxDatagramFrameSize, not this endpoint's value.