diff --git a/derp/derp_client.go b/derp/derp_client.go index b41e3e890..2b612c8b2 100644 --- a/derp/derp_client.go +++ b/derp/derp_client.go @@ -156,6 +156,8 @@ func (c *Client) parseServerInfo(b []byte) (*serverInfo, error) { } type clientInfo struct { + // Version is the DERP protocol version that the client was built with. + // See the ProtocolVersion const. Version int `json:"version,omitempty"` // MeshKey optionally specifies a pre-shared key used by