Skip to content

pavel-odintsov/udp_server_reuseport_bpf_reuseaddr_workaround

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Please do not use this code for production as SO_REUSEADDR exposes you to security risks.

This is example code for my blog article

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published