zephyr/subsys/net/lib
Jarno Lämsä 419fa3ca6a net: lib: coap: CoAP client, multiple request handling
Use only single thread for handling polling of the sockets.
Each client will have only 1 active socket which to poll.
Each client can have multiple simultaneous requests ongoing.
The client only has one buffer for receiving and one buffer for sending.
Therefore the messages are reformed when resending.

Signed-off-by: Jarno Lämsä <jarno.lamsa@nordicsemi.no>
2023-06-28 15:19:34 +02:00
..
capture
coap net: lib: coap: CoAP client, multiple request handling 2023-06-28 15:19:34 +02:00
config net: config: Add VLAN identifier as network initial configuration 2023-06-21 09:32:41 +02:00
dns net: dns_sd: Prevent dead code in query parsing 2023-06-03 04:13:46 -04:00
http
lwm2m net: lwm2m: Allow setting string to zero length 2023-06-27 12:18:35 +00:00
mqtt net: mqtt: close tcp socket after websocket_disconnect 2023-06-19 09:18:45 +01:00
mqtt_sn net: mqtt-sn: fix port in mqtt-sn debug message 2023-06-06 09:40:52 -04:00
sntp
sockets net: syscalls: use zephyr_syscall_header 2023-06-17 07:57:45 -04:00
socks
tftp
tls_credentials
utils
websocket net: websockets: do not close tcp socket in websocket 2023-06-19 09:18:45 +01:00
zperf net: lib: zperf: fix kernel panic due to invalid thread prio 2023-06-13 06:58:15 -04:00
CMakeLists.txt net: conn_mgr: Reorganize files 2023-05-11 12:15:44 +02:00
Kconfig net: conn_mgr: Reorganize files 2023-05-11 12:15:44 +02:00