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
{{ message }}
This repository was archived by the owner on Apr 23, 2026. It is now read-only.
Currently reading from udp socket is slow (golang udp lib not very optimized) and can saturate a CPU core.
Should look into multithreaded udp reading and also reuseport. See https://lwn.net/Articles/542629/
Currently reading from udp socket is slow (golang udp lib not very optimized) and can saturate a CPU core.
Should look into multithreaded udp reading and also reuseport. See https://lwn.net/Articles/542629/