Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeppelinMC/Zeppelin
/ SetCompression
Struct
SetCompression
protocol/net/packet/login/setCompression.go:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
const
PacketIdSetCompression = 0x03
9
10
type
SetCompression
struct
{
11
Threshold int32
12
}
13
14
func
(SetCompression) ID() int32 {
15
return
0x03
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected