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

How to use non blocking operation #13

Open
afett opened this issue Apr 17, 2018 · 2 comments
Open

How to use non blocking operation #13

afett opened this issue Apr 17, 2018 · 2 comments

Comments

@afett
Copy link

afett commented Apr 17, 2018

The icmpv6 socket ist neither made nonblocking via O_NONBLOCK nor is recvfrom(2) passed MSG_DONTWAIT.

One cloud of course make the the fd nonblocking after retrieving it via ndp_get_eventfd() and
check -EAGAIN on ndp_callall_eventfd_handler(). Is that how it's supposed to work?

I saw the NetworkManager code ignore the return of ndp_callall_eventfd_handler() altogether.

@bitcoffeeiux
Copy link

I have the same problem, blocking ndp_callall_eventfd_handler

@jpirko
Copy link
Owner

jpirko commented Dec 12, 2023

Could you please send a patch? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants