Merge pull request #15178 from ATmobica/master

Add netbuf-recvinfo-enabled config to LWIP settings
pull/15176/head
Martin Kojtal 2021-11-29 16:53:57 +00:00 committed by GitHub
commit c08be76aa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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": {