mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-18 10:08:41 +00:00
remove "enabled" option
This commit is contained in:
parent
f118855aae
commit
4ca6302ad4
6 changed files with 93 additions and 83 deletions
|
@ -135,9 +135,8 @@ message SocketConfig {
|
|||
}
|
||||
|
||||
message HappyEyeballsConfig {
|
||||
bool enabled = 1;
|
||||
bool prioritize_ipv6 = 2;
|
||||
uint32 interleave = 3;
|
||||
uint64 try_delayMs = 4;
|
||||
uint32 max_concurrent_try = 5;
|
||||
bool prioritize_ipv6 = 1;
|
||||
uint32 interleave = 2;
|
||||
uint64 try_delayMs = 3;
|
||||
uint32 max_concurrent_try = 4;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue