You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
当我们在 'mux' 配置中将 'xudpConcurrency' 的值设为 1,
1:会在 UDP 数据包中添加填充,
2:并且不会使用 UoT (UDP over TCP)。
配置 1 如下:
然而,
当我们将 'xudpConcurrency' 的值设为大于 1 的数,例如 16,
1:UDP 流量会使用 UoT,
2:并且 UDP 数据包中不会添加填充。
配置如下:
这样设定是否正确呢?
Beta Was this translation helpful? Give feedback.
All reactions