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.
-
我的代理连接跑在一个隧道里面,quic-go默认开启的MTU探测功能会导致一些问题,于是想要关闭这个功能尝试自己编译了一份,因为不知道改哪里所以把能找到的两个地方的quicConfig都改了,手动加上了DisablePathMTUDiscovery: true
经过一周测试运行没有再出现之前的问题,但我对go语言不是很了解,不知道具体改哪里才能让更多的选项可以直接通过配置文件来实现。
Beta Was this translation helpful? Give feedback.
All reactions