/udp_server_reuseport_bpf_reuseaddr_workaround

Example multi threaded UDP server for Linux which uses SO_REUSEPORT and BPF microcode to spread traffic between threads. It has issue as it uses SO_REUSEADDR as workaround

Primary LanguageC++Apache License 2.0Apache-2.0

Stargazers