TUN-2765: Add list of features to tunnelrpc
This commit is contained in:
parent
a5f67091bf
commit
afc2cd38e1
|
@ -50,6 +50,8 @@ struct RegistrationOptions {
|
||||||
uuid @11 :Text;
|
uuid @11 :Text;
|
||||||
# number of previous attempts to send RegisterTunnel/ReconnectTunnel
|
# number of previous attempts to send RegisterTunnel/ReconnectTunnel
|
||||||
numPreviousAttempts @12 :UInt8;
|
numPreviousAttempts @12 :UInt8;
|
||||||
|
# Set of features this cloudflared knows it supports
|
||||||
|
features @13 :List(Text);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct CapnpConnectParameters {
|
struct CapnpConnectParameters {
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue