export class Constants { static readonly PACKET_HEADER_SIZE = 16; static readonly MAX_UDP_PACKET_SIZE = 1500; static readonly CHUNK_HEADER_SIZE = 4; }