zephyr/subsys/net/lib
Robert Lubos 898aa9ed9a net: sockets: tls: Align DTLS connect() behavior with regular TLS
DTLS socket is not really connection-less as UDP, as it required the
DTLS handshake to take place before the socket is usable. Therefore,
align the DTLS connect() behavior with regular TLS.
The change is backward compatible. connect() call is still optional for
DTLS socket (the handshake can still take place from send()/recv()) and
a socket option was provided to disable DTLS handshake on connect().

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2024-01-03 19:00:15 +00:00
..
capture
coap net: coap: Add API to count number of pending requests 2023-12-20 11:57:48 +00:00
config
dns net: lib: mdns_responder: Fix interface count check 2024-01-03 10:19:38 +01:00
http
lwm2m net: lwm2m: Add transmission state indicator to RX as well 2023-12-27 16:07:59 +00:00
mqtt
mqtt_sn net: mqtt-sn: Remember incoming registered topic name 2023-11-22 09:53:33 +01:00
shell net: shell: Print more Ethernet statistics 2023-12-22 09:53:26 +01:00
sntp net: sntp: Add option for SNTP uncertainty 2023-12-08 10:25:46 +00:00
sockets net: sockets: tls: Align DTLS connect() behavior with regular TLS 2024-01-03 19:00:15 +00:00
socks
tftp net: tftp: Ensure the error message fits into transmit buffer 2023-11-20 09:24:18 +01:00
tls_credentials net: tls_credentials: Add missing include dir for PSA API 2023-11-28 15:35:00 +01:00
trickle net: Move trickle files to lib 2023-12-11 10:50:35 +01:00
utils
websocket
zperf net: zperf: Fix TCP packet counting 2023-11-21 08:46:45 +00:00
CMakeLists.txt net: Move trickle files to lib 2023-12-11 10:50:35 +01:00
Kconfig net: Move trickle files to lib 2023-12-11 10:50:35 +01:00