Skip to content

Commit c08be76

Browse files
authored
Merge pull request #15178 from ATmobica/master
Add netbuf-recvinfo-enabled config to LWIP settings
2 parents 2eb06e7 + 784f17b commit c08be76

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

connectivity/lwipstack/mbed_lib.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@
161161
"nd6-queueing": {
162162
"help": "queue outgoing IPv6 packets while MAC address is being resolved",
163163
"value": 0
164+
},
165+
"netbuf-recvinfo-enabled": {
166+
"help": "Enable LWIP option to append destination addr and port to every netbuf",
167+
"value": false
164168
}
165169
},
166170
"target_overrides": {

0 commit comments

Comments
 (0)