This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
完善fullcone的说明 #190
SakuraSakuraSakuraChan
started this conversation in
General
Replies: 1 comment
-
如果打开fullcone,每个udp的关闭时间会延后,时间长了会占用大量udp端口,对内存占用有影响,而且端口全占用完了之后你就没法发udp了。 如果另一端不是vs的话,你vs一端一样要写true才能开fullcone。我没测过,你可以试试 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
fullcone = true # 默认的fullcone是关闭状态, 可以取消注释以打开. 一般我们不建议打开fullcone
一般不建议打开的原因能否用通俗易懂的语言说明下,比如性能有差异,或者可能有bug
fullcone = true # 只有当listen和dial在 client和server配置 均为 fullcone时, 才会真正fullcone生效
如果只用VS作为Trojan的客户端or服务端,另一端是Trojan/*ray/Clash的话,那么这个true不true是否有区别?还是说必须true呢?
Beta Was this translation helpful? Give feedback.
All reactions