maxPacketLength top-level constant
The maximum size of a UDP packet, in bytes (minus a few to be safe).
Implementation
const maxPacketLength = 60000;
The maximum size of a UDP packet, in bytes (minus a few to be safe).
const maxPacketLength = 60000;