You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This is required to make use of quic-go/quic-go#3795
Otherwise the user has to manually adjust sysctl limits on his machine: https://github.com/quic-go/quic-go/wiki/UDP-Receive-Buffer-Size
The text was updated successfully, but these errors were encountered: