zephyr/subsys/net
Matt Rodgers 47fbb8512f net: coap_client: allow application to add block2 option to requests
Allow an application to add a Block2 option to an initial request for a
resource. For any subsequent requests as part of a blockwise transfer,
drop the application-added Block2 option since the coap_client must
append a Block2 option with updated NUM and SZX fields based on the
server response.

Signed-off-by: Matt Rodgers <mrodgers@witekio.com>
2024-08-01 09:13:32 +01:00
..
conn_mgr net: lib: fix typo 2024-07-12 09:33:20 -04:00
ip net: tcp: Keep track of recv window size change since last ACK 2024-07-31 12:56:52 +02:00
l2 net: l2: ieee802154: mgmt: allow beacons without association bit 2024-07-31 10:08:03 +02:00
lib net: coap_client: allow application to add block2 option to requests 2024-08-01 09:13:32 +01:00
pkt_filter
buf_simple.c net: buf: Add const to net_buf API 2024-07-08 16:02:39 +02:00
buf.c net: buf: Add const to net_buf API 2024-07-08 16:02:39 +02:00
CMakeLists.txt net: conn_mgr: Write documentation 2023-09-28 15:11:14 +02:00
hostname.c net: hostname: Add a function to set the hostname postfix as is. 2024-07-28 07:28:51 +03:00
Kconfig net: Add Kconfig for net buf alignment 2023-12-14 09:29:47 +01:00
Kconfig.hostname net: add set hostname function 2024-01-17 14:42:58 +01:00
Kconfig.template.log_config.default.net
Kconfig.template.log_config.net