mirror of
https://github.com/jwetzell/psn-go.git
synced 2026-09-10 08:39:37 +00:00
add high level library for decoding and encoding
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package psn
|
||||
|
||||
var PACKET_HEADER_SIZE = 16
|
||||
var MAX_UDP_PACKET_SIZE = 1500
|
||||
var CHUNK_HEADER_SIZE = 4
|
||||
Reference in New Issue
Block a user