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 SO_REUSEPORT support to socket #396

Merged
merged 1 commit into from
Oct 6, 2022

Commits on Sep 28, 2022

  1. Add SO_REUSEPORT support to socket

    Introduce new feature for Twemproxy running on newer kernels. With this
    feature you are able to do upgrades, restarts without any downtime. Kernel
    does load balancing between processes with the same host:port pairs.
    
    Also, helps running on more than single core.
    
    Signed-off-by: Donatas Abraitis <[email protected]>
    root authored and ton31337 committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    3c9cec1 View commit details
    Browse the repository at this point in the history