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