Skip to content
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

Merged
merged 6 commits into from
Jan 1, 2021

Conversation

kslr
Copy link
Contributor

@kslr kslr commented Dec 31, 2020

No description provided.

@kslr
Copy link
Contributor Author

kslr commented Dec 31, 2020

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

@kslr kslr marked this pull request as draft December 31, 2020 23:20
@kslr kslr marked this pull request as ready for review January 1, 2021 00:49
@Loyalsoldier
Copy link
Contributor

Is it better to be merged into v5?

@kslr
Copy link
Contributor Author

kslr commented Jan 1, 2021

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

@kslr kslr merged commit 42f0f5d into master Jan 1, 2021
@Loyalsoldier Loyalsoldier deleted the remove_shadowsocks_deprecate_ciphers branch January 1, 2021 02:37
@maskedeken
Copy link
Contributor

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

sysctl -w net.core.rmem_max=2500000

@kslr
Copy link
Contributor Author

kslr commented Jan 1, 2021

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

sysctl -w net.core.rmem_max=2500000

Should we state this in the guide?

@maskedeken
Copy link
Contributor

maskedeken commented Jan 4, 2021

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

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设置得太小了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants