tcp-concurrent 是什么意思 #1679
-
文档没有对这个选项做出解释,这也不是一个专业术语。所谓的TCP并发至少缺以下信息:
|
Beta Was this translation helpful? Give feedback.
Answered by
Plutonium141
Nov 27, 2024
Replies: 1 comment 5 replies
-
1 具体要看代码的实现,它可以是mihomo到你的访问的站点之间起作用(使用远端解析的情况下可能没有用),也可以是mihomo到代理服务器之间。 |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
lonble
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1 具体要看代码的实现,它可以是mihomo到你的访问的站点之间起作用(使用远端解析的情况下可能没有用),也可以是mihomo到代理服务器之间。
2 访问网页的时候dns解析一般会得到多个ip,开启后mihomo同时连接这些ip,保留反应最快的连接,其余全部切断。
3 默认值应该是false(关闭)