feat: packet version 2

This commit is contained in:
2025-04-27 15:44:47 +02:00
parent baf4e882db
commit 3551d0f4dc

View File

@ -11,7 +11,7 @@ const (
) )
const ( const (
PacketVersion int = 1 PacketVersion int = 2
) )
type RawPacket struct { type RawPacket struct {