zephyr/samples/net
Michael Scott 7ac1cbfe21 samples: net: lwm2m_client: set LWM2M_COAP_BLOCK_SIZE to 512
The native Zephyr LwM2M client enables the JSON formatter which
can use more of the packet buffers than the default 256 with
TLV formatting.  Let's set the default to 512 in order to avoid
cutting off the output of larger READ operations.

In the future, we should establish block transfer buffers to
handler longer READ ops.

Signed-off-by: Michael Scott <mike@foundries.io>
2019-08-02 12:00:35 +03:00
..
common
dhcpv4_client
dns_resolve boards: remove arduino 101 and related boards 2019-07-29 21:30:25 -07:00
eth_native_posix
google_iot_mqtt
gptp
ipv4_autoconf
lldp
lwm2m_client samples: net: lwm2m_client: set LWM2M_COAP_BLOCK_SIZE to 512 2019-08-02 12:00:35 +03:00
mdns_responder
mqtt_publisher
nats
promiscuous_mode
sockets samples: net: civetweb: Remove strcspn() implementation 2019-07-31 16:30:32 -05:00
stats
syslog_net
telnet
updatehub
vlan
wifi boards: remove quarl_se_c1000 2019-07-29 21:30:25 -07:00
wpan_serial boards: remove quarl_se_c1000 2019-07-29 21:30:25 -07:00
wpanusb boards: remove quarl_se_c1000 2019-07-29 21:30:25 -07:00
zperf boards: remove quarl_se_c1000 2019-07-29 21:30:25 -07:00
net.rst