Cubarco
|
8e75e9d763
|
Fix sockopt.TcpKeepAliveInterval
The Keep-Alive configs may be overridden with golang default settings when `tcpKeepAliveInterval` is set without `tcpKeepAliveIdle`.
|
2 years ago |
yuhan6665
|
340234166b
|
Add TCPKeepAliveIdle in Sockopt option (#1166)
* Add TCP keep alive idle setting
* Add TCP keep alive idle setting: auto generated
* Add TCP keep alive support in Linux
* Add TCP keep alive support in MacOS, FreeBSD
* Add TCP keep alive support in Windows
* fix bug introduced in adding tcp keep alive adjustment
* embed macOS const to avoid platform inconsistency
* embed macOS const to avoid platform inconsistency(again)
* add TCP Keep Alive support in config
* use sys/unix instead of syscall
Suggestion from:
https://github.com/v2fly/v2ray-core/pull/1395#issuecomment-974761647
* use sys/unix instead of syscall
Suggestion from:
https://github.com/v2fly/v2ray-core/pull/1395#issuecomment-974761647
* Separate TcpKeepAliveIdle and TcpKeepAliveInterval check logic
* Disable tcp keepAlive when TcpKeepAliveIdle < 0 and TcpKeepAliveInterval <= 0
Co-authored-by: xqzr <34030394+xqzr@users.noreply.github.com>
Co-authored-by: ValdikSS <iam@valdikss.org.ru>
Co-authored-by: Shelikhoo <xiaokangwang@outlook.com>
Co-authored-by: xqzr <34030394+xqzr@users.noreply.github.com>
|
2 years ago |
世界
|
625cf7361a
|
Export PacketConnWrapper
|
3 years ago |
yuhan6665
|
e286cdcaa8
|
Style: format code by gofumpt (#761)
|
3 years ago |
yuhan6665
|
ef4c63812b
|
Fix: nullcheck on alternative systemDialer (#752)
* fix: null-check on alternative systemDialer
* delete deprecated option DualStack
Co-authored-by: rurirei <72071920+rurirei@users.noreply.github.com>
|
3 years ago |
hmol233
|
86a8fb5d84
|
Move `DomainStrategy` & `DialerProxy` to `DialSystem`
Fix https://github.com/XTLS/Xray-core/issues/608
|
3 years ago |
Jim Han
|
d7cd71b741
|
Resolve conflicting changes in DNS #309 #341 (#346)
Co-authored-by: yuhan6665 <1588741+yuhan6665@users.noreply.github.com>
|
4 years ago |
Jim Han
|
db32ce6fd9
|
Enhance DNS and Dialer (#341)
|
4 years ago |
RPRX
|
8f8f7dd66f
|
Refactor: Shadowsocks & Trojan UDP FullCone NAT
https://t.me/projectXray/95704
|
4 years ago |
RPRX
|
16544c18ab
|
v1.1.0
|
4 years ago |
RPRX
|
c7f7c08ead
|
v1.0.0
|
4 years ago |