-
Notifications
You must be signed in to change notification settings - Fork 691
sockopt add OpenBSD's SO_RTABLE to set the route table. #2088
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
Conversation
/// Get/set a filter on this socket before accepting connections similarly | ||
/// to Linux's TCP_DEFER_ACCEPT but after the listen's call. | ||
AcceptFilter, | ||
Both, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is set-only, at least on FreeBSD.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, looking at the kernel code I see that you're right. I was just confused by the wording in the man page.
Also SO_ACCEPTFILTER for FreeBSD/NetBSD.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors r+
/// Get/set a filter on this socket before accepting connections similarly | ||
/// to Linux's TCP_DEFER_ACCEPT but after the listen's call. | ||
AcceptFilter, | ||
Both, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, looking at the kernel code I see that you're right. I was just confused by the wording in the man page.
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page.
|
Also SO_ACCEPTFILTER for FreeBSD/NetBSD.