tailcfg: fix stale docs for MapResponse.KeepAlive

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
pull/3969/head
Josh Bleecher Snyder 2 years ago committed by Josh Bleecher Snyder
parent dd6472d4e8
commit 4609096271

@ -1195,7 +1195,7 @@ type PingRequest struct {
type MapResponse struct {
// KeepAlive, if set, represents an empty message just to keep
// the connection alive. When true, all other fields except
// PingRequestURL are ignored.
// PingRequest are ignored.
KeepAlive bool `json:",omitempty"`
// PingRequest, if non-empty, is a request to the client to

Loading…
Cancel
Save