zephyr/subsys/net/lib/sockets
Robert Lubos 8ba5990766 net: sockets: Implement POLLOUT for stream sockets
Implement POLLOUT for stream sockets, based on newly introduced tx_sem
functionality of the TCP stack.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2022-05-18 11:09:17 +02:00
..
CMakeLists.txt net: socket: Add option to create native TLS sock with offloaded TCP 2022-04-20 11:27:05 +02:00
getaddrinfo.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
getnameinfo.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
Kconfig net: sockets: Move offloading out of experimental 2022-05-06 11:30:22 +02:00
socket_dispatcher.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
socket_offload.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
socketpair.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
sockets_can.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
sockets_internal.h net: sockets: Make use of the status field reported by TCP 2022-05-13 15:42:01 +02:00
sockets_misc.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
sockets_net_mgmt.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
sockets_packet.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
sockets_select.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
sockets_tls.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
sockets.c net: sockets: Implement POLLOUT for stream sockets 2022-05-18 11:09:17 +02:00