1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 09:33:50 +01:00
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
..
2020-11-23 16:56:34 +01:00
2021-08-13 19:50:38 +02:00
2022-04-14 09:23:27 +02:00
2024-03-21 14:26:45 +01:00
2022-09-14 15:05:25 +02:00
2021-08-13 19:50:38 +02:00
2023-02-22 16:47:14 +01:00
2024-07-15 11:25:30 +02:00
2021-08-13 19:50:38 +02:00
2023-05-31 16:31:20 +02:00
2021-08-13 19:50:38 +02:00
2021-08-13 19:50:38 +02:00
2021-08-13 19:50:38 +02:00
2023-06-12 13:54:06 +02:00
2021-06-18 00:13:08 +02:00
2023-12-15 16:50:21 +01:00
2021-07-05 10:32:50 +02:00
2021-08-13 19:50:38 +02:00
2021-08-13 19:50:38 +02:00
2022-09-14 15:05:25 +02:00
2021-07-08 09:40:02 +02:00
2020-11-09 11:45:28 +01:00
2023-08-19 23:23:10 +02:00