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 "[LWIP] Fix the sequence number error of RST+ACK;" bug fixed by the official SDK relates to this issue? #5154

Closed
NayanKaran opened this issue Sep 20, 2018 · 1 comment

Comments

@NayanKaran
Copy link
Contributor

NayanKaran commented Sep 20, 2018

https://github.com/espressif/ESP8266_NONOS_SDK/releases/tag/v2.2.0

_Originally posted by @NayanKaran in #4118

@d-a-v
Copy link
Collaborator

d-a-v commented Sep 20, 2018

We are not using lwIP implementation from espressif.
Please note that RST is about ending the connection, so this fix would only fix issues with the last bytes of a stream or smooth closing.

There are recent improvements on original lwIP side (the one used here), namely partial TCP SACK support that improves reliability on large streams.
It is however currently not merged, but you can give a try with either #5126 or #5136.

@d-a-v d-a-v closed this as completed Sep 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants