mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-22 04:02:58 +08: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