zephyr/samples/net/lwm2m_client/src
Michael Scott 0ee0773abd net: lwm2m: remove unused CONFIG_NET_CONTEXT_NET_PKT_POOL config
CONFIG_NET_CONTEXT_NET_PKT_POOL is used by Zephyr's TCP stack as
a way of keeping the original packet data when compression and
other l2 specific actions make the data unusable for retries.

LwM2M uses UDP and this option was never used.

Signed-off-by: Michael Scott <mike@foundries.io>
2019-01-30 10:35:54 +02:00
..
lwm2m-client.c net: lwm2m: remove unused CONFIG_NET_CONTEXT_NET_PKT_POOL config 2019-01-30 10:35:54 +02:00