Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: sockets: Manage TCP receive window
As we buffer incoming packets in receive callbacks, we must decrease receive window to avoid situation that incoming stream for one socket uses up all buffers in the system and causes deadlock. Once user app consumes queued data using recv() call, we increase window again. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
- Loading branch information