zephyr/subsys/net/lib/sockets
Markus Lassila ca7e69523c net: sockets: tls: Timeout DTLS with poll
Changed poll to perform incoming data check with connected
DTLS connections. This allows the CONFIG_NET_SOCKETS_DTLS_TIMEOUT
to timeout the connections to server socket if there is no
incoming data.

Previously, if the remote client closed the DTLS connection without
close notify, the timeout of the ongoing connection only happened
when next connection was taken to the server socket. Depending on
the timeouts, this could prevent the next connection from succeeding.

Signed-off-by: Markus Lassila <markus.lassila@nordicsemi.no>
2024-02-09 10:25:46 -06:00
..
CMakeLists.txt
Kconfig net: socket_services: Increase default stack size for DHCPv4 server 2024-01-19 10:15:23 +00:00
getaddrinfo.c
getnameinfo.c
socket_dispatcher.c
socket_obj_core.c net: sockets: Refactor accept() to support objcore better 2024-01-17 09:55:40 +01:00
socket_offload.c
socketpair.c
sockets.c net: sockets: Update msg_controllen in recvmsg properly 2024-02-02 11:51:53 -06:00
sockets_can.c
sockets_internal.h net: sockets: Refactor accept() to support objcore better 2024-01-17 09:55:40 +01:00
sockets_misc.c
sockets_net_mgmt.c
sockets_packet.c
sockets_select.c
sockets_service.c net: socket: Start service thread from initialization function 2024-01-31 12:06:49 +00:00
sockets_tls.c net: sockets: tls: Timeout DTLS with poll 2024-02-09 10:25:46 -06:00