golioth / golioth-zephyr-sdk

Golioth SDK For Zephyr
https://www.golioth.io
Apache License 2.0
65 stars 20 forks source link

Remove ZSOCK_MSG_TRUNC for offloaded TLS on nRF9160. #418

Closed jaredwolff closed 11 months ago

jaredwolff commented 11 months ago

Creating an extra #ifdef conditional for handling recv flags when the connection socket is offloaded. ZSOCK_MSG_TRUNC is not supported on the nRF9160 modem firmware/library.

Fixes #417

Signed-off-by: Jared Wolff (Circuit Dojo LLC)

jaredwolff commented 11 months ago

@mniestroj good call. I've made the changes. Let me know if that works.

jaredwolff commented 11 months ago

@sam-golioth fixed that last Git lint

sam-golioth commented 11 months ago

@sam-golioth fixed that last Git lint

Thanks @jaredwolff! I'll merge once CI completes.