mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-30 17:38:41 +00:00
Add tcpKeepAliveInterval in transport sockopt (#754)
Co-authored-by: Ahmad Karimi <ak12hastam@gmail.com> Co-authored-by: Shelikhoo <xiaokangwang@outlook.com>
This commit is contained in:
parent
ef4c63812b
commit
4bb61701b5
4 changed files with 58 additions and 28 deletions
|
@ -90,5 +90,8 @@ message SocketConfig {
|
|||
bool accept_proxy_protocol = 7;
|
||||
|
||||
DomainStrategy domain_strategy = 8;
|
||||
|
||||
string dialer_proxy = 9;
|
||||
|
||||
int32 tcp_keep_alive_interval = 10;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue