mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
68beb52f14
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. |
||
---|---|---|
.. | ||
cache.c | ||
fileserver.c | ||
fs.c | ||
Kconfig | ||
link_format.c | ||
Makefile | ||
Makefile.include | ||
nanocoap.c | ||
sock.c | ||
vfs.c |