-
Notifications
You must be signed in to change notification settings - Fork 443
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
[Feature Request] recvmmsg() and sendmmsg() for UDP (improves performance) #412
Comments
This would be great to have indeed. Does it benefit only shadowsocks, or other protocols too? |
That project uses Shadowsocks, but it can be implemented to improve performance of UDP over all protocols. |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Still valid. Thoughts @nadoo ? |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Still valid |
Already implemented here (in Go):
https://github.com/search?q=repo%3Adatabase64128%2Fshadowsocks-go%20recvmmsg&type=code
https://github.com/search?q=repo%3Adatabase64128%2Fshadowsocks-go+sendmmsg&type=code
Good to have in Glider, as it will speed things up.
The text was updated successfully, but these errors were encountered: