zephyr/subsys
Paul Sokolovsky b7e3739043 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>
2017-08-05 11:40:50 +03:00
..
bluetooth Bluetooth: controller: Avoid assignments in if statement 2017-08-04 15:17:48 +02:00
console
cpp
debug
disk
fs
logging
net net: sockets: Manage TCP receive window 2017-08-05 11:40:50 +03:00
shell
usb Kconfig: make all syslog variables depend on SYS_LOG 2017-08-04 14:34:54 -05:00
Kconfig
Makefile