mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-05-18 18:18:40 +00:00
New feature: Happy Eyeballs (RFC 8305)
This commit is contained in:
parent
aa4134f4a6
commit
4be238a5f3
6 changed files with 413 additions and 99 deletions
|
@ -130,4 +130,14 @@ message SocketConfig {
|
|||
repeated CustomSockopt customSockopt = 20;
|
||||
|
||||
AddressPortStrategy address_port_strategy = 21;
|
||||
|
||||
HappyEyeballsConfig happy_eyeballs = 22;
|
||||
}
|
||||
|
||||
message HappyEyeballsConfig {
|
||||
bool enabled = 1;
|
||||
bool prioritize_ipv6 = 2;
|
||||
uint32 interleave = 3;
|
||||
uint64 try_delayMs = 4;
|
||||
uint32 max_concurrent_try = 5;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue