mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-27 08:19:57 +00:00
TUN-2754: Add ConnDigest to cloudflared and its RPCs
This commit is contained in:
@@ -23,6 +23,8 @@ struct TunnelRegistration {
|
||||
retryAfterSeconds @5 :UInt16;
|
||||
# A unique ID used to reconnect this tunnel.
|
||||
eventDigest @6 :Data;
|
||||
# A unique ID used to prove this tunnel was previously connected to a given metal.
|
||||
connDigest @7 :Data;
|
||||
}
|
||||
|
||||
struct RegistrationOptions {
|
||||
|
Reference in New Issue
Block a user