PelionIoT / mbed-coap

CoAP C library - Builder and Parser for CoAP messages
Apache License 2.0
29 stars 16 forks source link

Add config param SN_COAP_MAX_NONBLOCKWISE_PAYLOAD_SIZE #46

Closed kuggenhoffen closed 6 years ago

kuggenhoffen commented 6 years ago

Allows defining the maximum size of message payload that won't get blockwised. Message payloads larger than the configured values will get blockwised. This is a useful setting when using TCP+TLS as transport as it allows sending larger messages without blockwising.

kuggenhoffen commented 6 years ago

Merging this, the failing testcase should be unrelated