Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
network-stack: Fix racy TCP data loss upon peer closure
Where the closure resulted in us letting go of the PCB, and the recv() logic would return early because the PCB was gone. At that point there might still be data left in the RX buffer, but the application wouldn't see it.
- Loading branch information