Files
psn-js/src/constants.ts
T
Joel Wetzell 466228fb4a format
2026-07-13 14:09:21 -05:00

6 lines
154 B
TypeScript

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