From 784f17b26c2a2664bca91546dacb7d9110e9d901 Mon Sep 17 00:00:00 2001 From: ATmobica Date: Thu, 25 Nov 2021 17:18:35 +0100 Subject: [PATCH] Add netbuf-recvinfo-enabled config to LWIP mbed_lib.json --- connectivity/lwipstack/mbed_lib.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/connectivity/lwipstack/mbed_lib.json b/connectivity/lwipstack/mbed_lib.json index 6e725819b44..bf7e742a5c8 100644 --- a/connectivity/lwipstack/mbed_lib.json +++ b/connectivity/lwipstack/mbed_lib.json @@ -161,6 +161,10 @@ "nd6-queueing": { "help": "queue outgoing IPv6 packets while MAC address is being resolved", "value": 0 + }, + "netbuf-recvinfo-enabled": { + "help": "Enable LWIP option to append destination addr and port to every netbuf", + "value": false } }, "target_overrides": {