mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-20 04:26:04 +08:00
[app][netlink_route] fix get route netlink bugs
Signed-off-by: meijian <meijian@xiaomi.com>
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#define MAX_DEVICES 16
|
||||
#define MAX_ROUTES 64
|
||||
#define MAX_ROUTES 4
|
||||
|
||||
#ifdef CONFIG_NET_IPv6
|
||||
# define ROUTE_BUFSIZE INET6_ADDRSTRLEN
|
||||
|
@@ -43,7 +43,7 @@
|
||||
* Pre-processor definitions
|
||||
****************************************************************************/
|
||||
|
||||
#define RXBUFFER_SIZE 64
|
||||
#define RXBUFFER_SIZE 128
|
||||
|
||||
/****************************************************************************
|
||||
* Private Types
|
||||
|
Reference in New Issue
Block a user