zephyr/subsys/net/lib/sockets
Jukka Rissanen 9cccf0ea55 net: tcp2: If the send window is full, do not try to send
If there is no space in the sending window, then return -EAGAIN
so that the caller may try later.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2020-09-18 22:07:53 -04:00
..
CMakeLists.txt net: sockets: tls: Add Kconfig option to disable offloaded TLS 2020-09-03 11:00:01 +03:00
getaddrinfo.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
getnameinfo.c subsys: Replace printf by printk when applicable 2020-05-09 21:25:33 +02:00
Kconfig net: sockets: tls: Add Kconfig option to disable offloaded TLS 2020-09-03 11:00:01 +03:00
socket_offload.c
socketpair.c net: socketpair: Check NULL value 2020-08-14 09:47:51 -07:00
sockets_can.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
sockets_internal.h net: sockets: tls: Add Kconfig option to disable offloaded TLS 2020-09-03 11:00:01 +03:00
sockets_misc.c
sockets_net_mgmt.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sockets_packet.c net: socket: packet: Add support to SOCK_DGRAM packet sockets 2020-08-27 10:56:06 +03:00
sockets_select.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sockets_tls.c net: sockets: tls: Fix invalid variable initialization 2020-09-09 14:10:29 +03:00
sockets.c net: tcp2: If the send window is full, do not try to send 2020-09-18 22:07:53 -04:00