-
Notifications
You must be signed in to change notification settings - Fork 265
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
setsockopt failed after last commit #368
Comments
What about your environment? |
armbian/debian8/ubuntu 16.4/ubuntu 17 |
Try the pull request I just pulled : #370 |
Bug confirmed on a fresh install of Raspbian Jessie Lite for Raspberry Pi |
@gbaligh it works fine 👍 |
I have a feeling that this is not the good solution :( |
So, why not just remove |
The socket is always created as |
Remove setsockopt() call. The socket is always created as SOCK_RAW, and the only (commented-out) alternative is SOCK_DGRAM. Neither can have TCP_NODELAY aplied. Signed-off-by: Baligh GUESMI <gasmibal@gmail.com>
setsockopt failed after last commit #368
last week I get last code and compile it, it works fine.
but yesterday when I get last code, I got this
chilli[1412]: removing ip address from eth1
chilli[1412]: 92 setsockopt(s=5, level=6, optname=1, optlen=4) failed
chilli[1412]: Failed to create dhcp listener on eth1
when I saw the last commit from 6 days ago and commit about setsockopt, I checked the previous commit it works fine but the last commit has the problem.
The text was updated successfully, but these errors were encountered: