MCPcopy Create free account
hub / github.com/Cyinx/einx / PingEventMsg

Struct PingEventMsg

network/keep_alive.go:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15const KEEP_ALIVE_POLL_COUNT = 128
16
17type PingEventMsg struct {
18 Sender Linker
19 Op int
20}
21
22func (this *PingEventMsg) GetType() event.EventType {
23 return 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected