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