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

Add CAP_NET_ADMIN capability #97

Closed
otbutz opened this issue May 30, 2023 · 0 comments · Fixed by #98
Closed

Add CAP_NET_ADMIN capability #97

otbutz opened this issue May 30, 2023 · 0 comments · Fixed by #98

Comments

@otbutz
Copy link
Contributor

otbutz commented May 30, 2023

This is required to make use of quic-go/quic-go#3795

SO_RCVBUFFORCE (since Linux 2.6.14): Using this socket option, a privileged (CAP_NET_ADMIN) process can perform the same task as SO_RCVBUF, but the rmem_max limit can be overridden.

Otherwise the user has to manually adjust sysctl limits on his machine: https://github.com/quic-go/quic-go/wiki/UDP-Receive-Buffer-Size

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 a pull request may close this issue.

1 participant