1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-28 08:00:26 +08:00

TUN-3221: ConnectionOptions tracks numPreviousAttempts.

This commit is contained in:
Adam Chalmers
2020-07-31 10:22:23 -05:00
parent 1cbc8fb8ac
commit 9952ce0069
4 changed files with 200 additions and 186 deletions

View File

@@ -98,6 +98,8 @@ struct ConnectionOptions {
replaceExisting @2 :Bool;
# cross stream compression setting, 0 - off, 3 - high
compressionQuality @3 :UInt8;
# number of previous attempts to send RegisterConnection
numPreviousAttempts @4 :UInt8;
}
struct ConnectionResponse {