maxPacketLength top-level constant

int const maxPacketLength

The maximum size of a UDP packet, in bytes (minus a few to be safe).

Implementation

const maxPacketLength = 60000;