-
Notifications
You must be signed in to change notification settings - Fork 6.6k
update hevtun config option #5056
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
是否能给出 hev 那边的文档留个记号 |
|
你是否有时间,把新的参数单位改成从 毫秒改成 秒 ,原来是毫秒,设置起来容易看花眼 |
只是上游分开tcp和udp了。heiher/hev-socks5-tunnel@9432099 |
感觉没必要。一般不会动感觉加个提示? ms,默认300000,即300s。 |
|
原来的选项 300000 这个也是有人 PR |
|
|
||
| appendLine("misc:") | ||
| appendLine(" read-write-timeout: ${MmkvManager.decodeSettingsString(AppConfig.PREF_HEV_TUNNEL_RW_TIMEOUT) ?: AppConfig.HEVTUN_RW_TIMEOUT}") | ||
| appendLine(" tcp-read-write-timeout: ${MmkvManager.decodeSettingsString(AppConfig.PREF_HEV_TUNNEL_TCP_RW_TIMEOUT) ?: AppConfig.HEVTUN_TCP_RW_TIMEOUT}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
是否能给出 hev 那边的文档留个记号
只是上游分开tcp和udp了。heiher/hev-socks5-tunnel@9432099
刚看了下上游,配置中分开了 tcp udp, 我们下游没有必要再修改设置,只需要把 配置中也分开就行了。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
那就加个tcp?其他不改了?
b757e46 to
acb47a3
Compare
hevtun option change to upstream config vuale tcp-read-write-timeout.