tailcfg: fix stale docs for MapResponse.KeepAlive
Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>pull/3969/head
parent
dd6472d4e8
commit
4609096271
|
@ -1195,7 +1195,7 @@ type PingRequest struct {
|
||||||
type MapResponse struct {
|
type MapResponse struct {
|
||||||
// KeepAlive, if set, represents an empty message just to keep
|
// KeepAlive, if set, represents an empty message just to keep
|
||||||
// the connection alive. When true, all other fields except
|
// the connection alive. When true, all other fields except
|
||||||
// PingRequestURL are ignored.
|
// PingRequest are ignored.
|
||||||
KeepAlive bool `json:",omitempty"`
|
KeepAlive bool `json:",omitempty"`
|
||||||
|
|
||||||
// PingRequest, if non-empty, is a request to the client to
|
// PingRequest, if non-empty, is a request to the client to
|
||||||
|
|
Loading…
Reference in New Issue