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

Fix hanging arp_check #4476

Merged
merged 1 commit into from
Aug 30, 2021
Merged

Fix hanging arp_check #4476

merged 1 commit into from
Aug 30, 2021

Conversation

minus7
Copy link
Contributor

@minus7 minus7 commented Aug 22, 2021

arp_check relied on select(2) decreasing the timeout. This doesn't seem
to be the case on Linux anymore, thus arp_check tends to hang when the
interface sees a lot of traffic. Calculating the timeout explicitly
solves the problem.

Fixes #3958

arp_check relied on select(2) decreasing the timeout. This doesn't seem
to be the case on Linux anymore, thus arp_check tends to hang when the
interface sees a lot of traffic. Calculating the timeout explicitly
solves the problem.
@netblue30 netblue30 merged commit 76ee518 into netblue30:master Aug 30, 2021
@netblue30
Copy link
Owner

Thanks for the fix!

kmk3 added a commit that referenced this pull request Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done (on RELNOTES)
Development

Successfully merging this pull request may close these issues.

firejail hangs with net parameter
2 participants