zephyr/subsys/net/lib
Jukka Rissanen 70ab0e65a5 net: websocket: Add a way to unregister a websocket connection
Doing a normal close for a websocket does not close the underlying
real socket. If we do not have fd for the real socket, then it is
not possible to fully close a websocket connection. As we are allocating
a websocket using websocket_register() in HTTP server use case,
create a websocket_unregister() that will close both the real
socket and the websocket socket.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-05-14 09:31:37 +02:00
..
capture net: capture: Generate events when starting / stopping capture 2024-04-04 17:02:11 +02:00
coap net: coap_client: handle observe requests as intended 2024-05-06 17:31:19 +01:00
config net: config: correct dependency of NET_CONFIG* 2024-05-06 22:51:19 +01:00
dhcpv4 net: dhcpv4_server: Fix positive error codes returned 2024-04-10 07:42:21 -04:00
dhcpv6 net: dhcpv6: Add configurable DUID buffer length 2024-04-03 10:28:20 +03:00
dns net: Do not directly use net_buf size field 2024-05-06 17:31:09 +01:00
http net: http: client: mark as unstable 2024-05-13 16:02:55 -04:00
lwm2m net: lwm2m: efficent cbor record data structure 2024-05-08 12:00:57 +02:00
mqtt net: mqtt: Implement ALPN Support for socket mqtt 2024-03-14 17:04:11 -05:00
mqtt_sn net: Use always zephyr/posix/fcntl.h 2024-03-27 13:40:13 -05:00
shell net: shell: Pretty print websocket output 2024-05-08 15:02:16 -05:00
sntp net: lib: sntp_simple: add a function to use with ip address 2024-02-28 18:03:53 +00:00
sockets net: sockets: Move TLS sockets out of experimental 2024-05-10 14:42:03 -05:00
socks net: socks: Remove socket selection 2024-03-27 13:40:13 -05:00
tftp net: tftp: Use zsock_ API functions 2024-03-27 13:40:13 -05:00
tls_credentials tls_credentials: remove TinyCrypt implementation of digest_raw 2024-05-08 22:14:19 -07:00
trickle net: trickle: Rename interval function 2024-03-19 15:20:14 -05:00
utils
websocket net: websocket: Add a way to unregister a websocket connection 2024-05-14 09:31:37 +02:00
zperf net: zperf: Add periodic reporting for upload 2024-05-10 14:45:48 -05:00
CMakeLists.txt net: lib: http_server: Initial HTTP server support 2024-04-30 13:25:22 +02:00
Kconfig net: dhcpv6: Move DHCPv6 files to lib directory 2024-01-29 13:47:05 +01:00