package psn const ( PACKET_HEADER_SIZE = 16 MAX_UDP_PACKET_SIZE = 1500 CHUNK_HEADER_SIZE = 4 )