1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/application_layer/nanocoap
Marian Buschsieweke 68beb52f14
sys/net/nanocoap: add and use coap_get_response_hdr_len()
Before, handlers writing blockwise transfer assumed that the response
header length will match the request header length. This is true for
UDP, but not for TCP: The CoAP over TCP header contains a Len field,
that gets extended for larger messages. Since the reply often is indeed
larger than the request, this is indeed often the case for CoAP over
TCP.

Note: Right now, no CoAP over TCP implementation is upstream. However,
      getting rid of incorrect assumptions now will make life easier
      later on.
2024-11-05 10:46:02 +01:00
..
cache.c Merge pull request #20043 from bergzand/pr/nanocoap_cache_options 2024-02-13 15:23:59 +00:00
fileserver.c sys/nanocoap: add coap_pkt_set_code() 2024-10-17 14:56:54 +02:00
fs.c nanocoap_fs: add nanoCoAP as VFS backend 2024-05-29 11:32:22 +02:00
Kconfig *Kconfig*: Modify Kconfig to remove dep model 2024-03-27 10:28:12 +01:00
link_format.c nanocoap_link_format: don't drop characters in fragmented entries 2024-05-07 22:45:37 +02:00
Makefile
Makefile.include sys/net/nanocoap: ensure DTLS buffer is at least 200 bytes 2024-04-03 21:09:29 +02:00
nanocoap.c sys/net/nanocoap: add and use coap_get_response_hdr_len() 2024-11-05 10:46:02 +01:00
sock.c sys/net/application_layer/nanocoap: add nanocoap_sock_get_non 2024-09-10 16:43:44 +02:00
vfs.c nanocoap: homogenize name of the module 2023-06-08 16:29:12 +02:00