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

afsocket: added support SO_REUSEPORT_LB #3438

Merged
merged 1 commit into from
Sep 28, 2020

Conversation

drTr0jan
Copy link
Contributor

Added support of SO_REUSEPORT_LB socket option, allowing multiple programs or threads to bind to the same port, and incoming connections load balanced using a hash function. The option has been included in FreeBSD 12.0 (freebsd/freebsd-src@bbf7d4d).

As continuation for #2379.

Added support of SO_REUSEPORT_LB option, allowing multiple programs
or threads to bind to the same port, and incoming connections load
balanced using a hash function. The option has been included
in FreeBSD 12.0.

Signed-off-by: Boris Korzun <drtr0jan@yandex.ru>
@kira-syslogng
Copy link
Contributor

This user does not have permission to start the build. Can one of the admins verify this patch and start the build?
(admin: you have the next options (make sure you checked the code):
"ok to test" to accept this pull request (and further changes) for testing
"test this please" for a one time test run
"add to whitelist" add author of a Pull Request to whitelist (globally, be careful, it means this user can trigger kira for any PR)
do nothing -> CI won't start)

2 similar comments
@kira-syslogng
Copy link
Contributor

This user does not have permission to start the build. Can one of the admins verify this patch and start the build?
(admin: you have the next options (make sure you checked the code):
"ok to test" to accept this pull request (and further changes) for testing
"test this please" for a one time test run
"add to whitelist" add author of a Pull Request to whitelist (globally, be careful, it means this user can trigger kira for any PR)
do nothing -> CI won't start)

@kira-syslogng
Copy link
Contributor

This user does not have permission to start the build. Can one of the admins verify this patch and start the build?
(admin: you have the next options (make sure you checked the code):
"ok to test" to accept this pull request (and further changes) for testing
"test this please" for a one time test run
"add to whitelist" add author of a Pull Request to whitelist (globally, be careful, it means this user can trigger kira for any PR)
do nothing -> CI won't start)

@furiel
Copy link
Collaborator

furiel commented Sep 28, 2020

@kira-syslogng ok to test

@kira-syslogng
Copy link
Contributor

Build SUCCESS

Kokan added a commit to Kokan/syslog-ng that referenced this pull request Sep 28, 2020
Signed-off-by: Kokan <kokaipeter@gmail.com>
Copy link
Collaborator

@gaborznagy gaborznagy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution! 👍

@gaborznagy gaborznagy merged commit 0c04021 into syslog-ng:master Sep 28, 2020
gaborznagy pushed a commit that referenced this pull request Sep 28, 2020
@drTr0jan drTr0jan deleted the so-reuseport-lb branch September 29, 2020 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants