-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
remove deprecate ciphers in shadowsocks #566
Conversation
TestQUICNameServer to sufficiently increase receive buffer size (was: 208 kiB, wanted: 2048 kiB, got: 416 kiB). See https://github.com/lucas-clemente/quic-go/wiki/UDP-Receive-Buffer-Size for details. cc @maskedeken |
Is it better to be merged into v5? |
ss-windows and ss-rust (coming soon) has been removed in the latest version https://github.com/shadowsocks/shadowsocks-windows/releases/tag/4.4.0.0 |
sysctl -w net.core.rmem_max=2500000 |
Should we state this in the guide? |
这是quic-go的信息。quic-go发起连接时会通过setReadBuffer调大缓存大小,这个出错信息的出现,表示setReadBuffer最终也没有把缓存调整到期望的大小(2 MB),这就说明net.core.rmem_max设置得太小了 |
This reverts commit 42f0f5d.
No description provided.