Files
psn-js/src/constants.ts
T
2023-09-14 22:43:25 -05:00

6 lines
157 B
TypeScript

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