mirror of
https://github.com/jwetzell/psn-go.git
synced 2026-09-10 08:39:37 +00:00
add crude encoding of PSN chunks
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package encoders
|
||||
|
||||
func EncodeInfoTrackerChunk(trackerId uint16, trackerNameChunk []byte) []byte {
|
||||
return EncodeChunk(trackerId, trackerNameChunk, true)
|
||||
}
|
||||
Reference in New Issue
Block a user