mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-07-16 06:54:14 +00:00
Sockopt: Add dialTimeout
This commit is contained in:
parent
16eee1b89c
commit
43b57825fa
4 changed files with 51 additions and 33 deletions
|
@ -128,4 +128,6 @@ message SocketConfig {
|
|||
repeated CustomSockopt customSockopt = 20;
|
||||
|
||||
AddressPortStrategy address_port_strategy = 21;
|
||||
|
||||
int32 dial_timeout = 22;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue