Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1123
type
keyUpdateMsg
struct
{
1124
updateRequested bool
1125
}
1126
1127
func
(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