eclipse-wakaama / wakaama

Eclipse Wakaama is a C implementation of the Open Mobile Alliance's LightWeight M2M protocol (LWM2M).
BSD 3-Clause "New" or "Revised" License
498 stars 374 forks source link

Fix payload fragmentation in client SEND operation #770 #771

Open sergioGras opened 5 months ago

sergioGras commented 5 months ago

In this PR, I replaced the _coap_setpayload function with _transaction_setpayload. As a result, the client can now send large data in separate CoAP packets instead of a single large packet that was previously rejected by the server

LukasWoodtli commented 5 months ago

@sergioGras Thank you for your contribution!

You need to sign the Eclipse Contributor Agreement to provide a PR.

Please also provide a useful commit message.

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

mlasch commented 3 months ago

You pushed a merge commit with your contribution. Can you please squash your commits into a single commit?