-
Notifications
You must be signed in to change notification settings - Fork 23
Update lwipopts.h: ARP_QUEUEING #33
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
Change ARP_QUEUEING to 1, details in issue #3481
d-a-v
left a comment
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.
Thank you for fixing that bug !
#3481 (comment) d-a-v/esp82xx-nonos-linklayer#33 it was removed by error on 9 oct 2018 a1e59e9#diff-8a46852651388faec204ec21c86b8098L586
|
Should this also be enabled for open-sdk lwipopts.h? |
|
@someburner I was only looking at my esp-open-sdk ongoing obsolete PR, I will update the ARP thing for esp-open-sdk to avoid a PR here. (edit: done) |
|
@d-a-v , I've sent you a follow up email sometime ago after the PR, that the builder link in https://github.com/esp8266/Arduino/tree/master/tools/sdk/lwip2 is still wrong and points to a previous version, I've resent the email now. |
|
@aboulfad You seem to be right. Arduino repository doesn't point to the right commit. |
|
Thanks. I haven't made the PR to esp-open-sdk yet since pfalcon hasn't provided any guidance on what to do about sntp, but I could ask again. I have my own SDK in order to use more recent versions of GCC. |
|
Is it the |
Change ARP_QUEUEING to 1, details in issue #3481 of Arduino repo.