-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
lwip compile error (IDFGH-1655) #3902
Comments
Similar situation on commit 6ccb4cf (HEAD, tag: v3.3) |
We will debug the problem as soon as possible |
Hi, I am facing the same error. |
@vikramvel @chegewara @joedeveloper |
function signature might be miss typed in lwip/netif.h void (*l2_buffer_free_notify)(void *user_buf) this function might be related to pppos and ip forward functional in NAPT function |
Sorry for replying late, the fix has been available at db38a4e, feel free to reopen if the issue still happens. Thanks. |
In menuconfig disabling this option:
LWIP->TCP->Queue incoming out-of-order segments (CONFIG_TCP_QUEUE_OOSEQ)
causes this error:
esp-idf version: v3.2
The text was updated successfully, but these errors were encountered: