MCPcopy
hub / github.com/XTLS/REALITY / keyUpdateMsg

Struct keyUpdateMsg

handshake_messages.go:1123–1125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1121}
1122
1123type keyUpdateMsg struct {
1124 updateRequested bool
1125}
1126
1127func (m *keyUpdateMsg) marshal() ([]byte, error) {
1128 var b cryptobyte.Builder

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected