commit | 51d80a9838b3052f9a564d3a8df689b9501597ed | [log] [tgz] |
---|---|---|
author | Seppo Takalo <seppo.takalo@nordicsemi.no> | Wed Apr 10 13:44:14 2024 +0300 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Apr 12 09:14:36 2024 -0400 |
tree | 6d742e6b9fa20ed55475cd86ed5d3daf27714c10 | |
parent | 71437f71df5c80cdc63ba0838992fcb5ec438027 [diff] |
net: lwm2m: Allow CoAP block size to be changed Allow changing the CoAP Block-wise transfers block-size for subsequent GET requests. It looks like Leshan switches block size back to its configured value, if it is smaller. So even when we send block N=0 with size of 512, Leshan seem to handle that properly but still asks N=2 with block size 256(if that is configured). Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no>