zephyr/subsys/net/lib/sockets
Robert Lubos 74bc876bf5 net: tcp: Implement receive window handling
Add implementation of net_tcp_update_recv_wnd() function.

Move the window deacreasing code to the tcp module - receive window
has to be decreased before sending ACK, which was not possible when
window was decreased in the receive callback function.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2022-02-22 10:09:45 -08:00
..
CMakeLists.txt net: sockets: Allow to build CAN sockets with offloading enabled 2022-02-21 20:52:38 -05:00
getaddrinfo.c net: sockets: getaddrinfo: Fix possible crash when callback is delayed 2022-02-01 14:18:33 -06:00
getnameinfo.c subsys: Replace printf by printk when applicable 2020-05-09 21:25:33 +02:00
Kconfig kconfig: net: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
socket_offload.c net: sockets: Remove socket offloading interface 2020-01-31 11:36:02 -05:00
socketpair.c net: sockets: socketpair: fix locking 2021-10-11 21:00:41 -04:00
sockets.c net: tcp: Implement receive window handling 2022-02-22 10:09:45 -08:00
sockets_can.c net: sockets: sockets_can: Allow parallel receive/send 2021-10-06 22:22:43 -04:00
sockets_internal.h net: sockets: sockets_can: Allow parallel receive/send 2021-10-06 22:22:43 -04:00
sockets_misc.c userspace: Support for split 64 bit arguments 2019-09-12 11:31:50 +08:00
sockets_net_mgmt.c net: sockets: Add socket processing priority 2021-09-28 20:11:26 -04:00
sockets_packet.c net: socket: packet: Add EtherCAT protocol support 2021-12-20 17:49:10 +01:00
sockets_select.c net: socket: Allow microsecond accuracy in zsock_select() 2021-06-17 15:23:13 +03:00
sockets_tls.c net: sockets: tls: Fix ZSOCK_POLLHUP detection 2022-01-31 17:20:55 +01:00