TUN-2582: EventDigest field in tunnelrpc

This commit is contained in:
Adam Chalmers
2019-11-22 10:17:23 -06:00
parent b0d31a0ef3
commit f51712bef9
4 changed files with 278 additions and 256 deletions

View File

@@ -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 {