-
Notifications
You must be signed in to change notification settings - Fork 791
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
embassy-net-nrf91 panics during tcp retransmission #3604
Comments
Hi, could you try the fixes in this PR? #3603 |
Still happening
|
Ok, i will try your reproducer tomorrow, thanks for testing . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I've been toying around with the nrf9160 example using a Thingy91.
However when running the program for some period of time I almost always run into an panic due to
NoFreeBufs
. My guess would be, that the retransmission generates to many packets(one packet = oneTX_BUF
) which cannot be written out fast enough, thus exhausting the 4 defined buffers.Modified main, otherwise everthing is pretty much like in the original example
Full log
The text was updated successfully, but these errors were encountered: