Add option to emit metrics and logs when players connect to the router (#391)

This commit is contained in:
Samuel McBroom
2025-04-22 05:37:25 -07:00
committed by GitHub
parent cc590524c4
commit d21ccb5b9f
6 changed files with 59 additions and 3 deletions
+4
View File
@@ -80,3 +80,7 @@ type LegacyServerListPing struct {
type ByteReader interface {
ReadByte() (byte, error)
}
const (
PacketLengthFieldBytes = 1
)