1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +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
..
2023-01-13 13:58:07 +01:00
2022-09-14 15:05:25 +02:00
2022-09-23 16:42:52 +02:00
2023-04-26 00:53:14 +02:00
2023-02-23 16:44:24 +01:00
2022-09-14 15:05:25 +02:00
2024-01-17 16:05:12 +01:00
2021-12-15 12:41:36 +01:00
2023-01-13 13:58:07 +01:00
2024-01-31 20:14:46 +01:00
2024-10-18 13:14:04 +02:00
2022-12-19 13:03:45 +01:00
2023-06-05 19:09:11 +02:00
2023-01-13 13:58:07 +01:00
2021-12-07 13:00:58 +01:00
2022-11-22 13:39:35 +01:00
2023-05-26 15:04:36 +02:00
2024-10-09 13:03:52 +02:00
2024-02-09 15:24:22 +01:00
2021-12-06 11:53:59 +01:00
2023-05-31 12:55:53 +02:00
2022-02-12 18:30:58 +01:00
2023-08-08 09:09:12 +02:00
2024-05-15 11:20:38 +02:00
2024-05-29 11:32:22 +02:00
2024-06-07 12:05:43 +02:00