-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Enhancement] UDP sockets improve with sendmmsg/recvmmsg #823
Comments
遇到未知情况:是否因为没有区分bypass流量,还是proxy流量,在微信语音通话时,通话质量不好。 |
|
那可能是我的ipv6问题,回去我确认一下。 |
万恶的,几天前开始就把我出国的ipv6流量全掐断了。 多包合发、多包合收的功能什么时候可以开放呢?ipv4的使用体验不是太好,想看看这个能不能提升使用质量。 |
Do not expect |
The GFW enforces much fewer rules on IPv6. I think you should do a |
其实对于移动手机用户来说,体验好并不等于上网速度快。更多追求的是电池续航更长点、网络请求响应迅速点。 |
先放几天再试,毕竟最近网上太多事情发生了,有可能受不知哪个事件的影响导致的。 |
Turns out FreeBSD's Therefore it should be removed from the list. |
Speedtest: shadowsocks/shadowsocks-org#194 (comment)
Batch send and recv UDP packets will significantly increase the upper limit of speed for UDP channels.
Works have to be done:
sendmmsg
andrecvmmsg
on these 4 platformssendmmsg
/recvmmsg
are not supported)If anyone interested to make it available, PRs are welcome.
The text was updated successfully, but these errors were encountered: