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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user