mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
Add NSH addroute and delroute commands
This commit is contained in:
@@ -440,5 +440,3 @@ endif
|
||||
comment "System Logging Device Options"
|
||||
|
||||
source drivers/syslog/Kconfig
|
||||
|
||||
|
||||
|
||||
+1
-2
@@ -68,8 +68,7 @@ config NET_SOCKOPTS
|
||||
|
||||
config NET_BUFSIZE
|
||||
int "Network packet size"
|
||||
default 562 if !NET_TCP && NET_UDP && !NET_SLIP
|
||||
default 420 if NET_TCP && !NET_UDP && !NET_SLIP
|
||||
default 562 if !NET_SLIP
|
||||
default 296 if NET_SLIP
|
||||
---help---
|
||||
uIP buffer size. Default: 562
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <errno.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include <arch/irq.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user