mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-27 08:09:58 +00:00
TUN-2582: EventDigest field in tunnelrpc
This commit is contained in:
@@ -21,6 +21,8 @@ struct TunnelRegistration {
|
||||
tunnelID @4 :Text;
|
||||
# How long should this connection wait to retry in seconds, if the error wasn't permanent
|
||||
retryAfterSeconds @5 :UInt16;
|
||||
# A unique ID used to reconnect this tunnel.
|
||||
eventDigest @6 :Data;
|
||||
}
|
||||
|
||||
struct RegistrationOptions {
|
||||
|
Reference in New Issue
Block a user