summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d3-xplained/bridge/defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sama5d3-xplained/bridge/defconfig')
-rw-r--r--nuttx/configs/sama5d3-xplained/bridge/defconfig10
1 files changed, 6 insertions, 4 deletions
diff --git a/nuttx/configs/sama5d3-xplained/bridge/defconfig b/nuttx/configs/sama5d3-xplained/bridge/defconfig
index 0fa04e646..6cace6f43 100644
--- a/nuttx/configs/sama5d3-xplained/bridge/defconfig
+++ b/nuttx/configs/sama5d3-xplained/bridge/defconfig
@@ -650,8 +650,10 @@ CONFIG_NET_ICMP=y
CONFIG_NET_ARP=y
CONFIG_NET_ARPTAB_SIZE=16
CONFIG_NET_ARP_MAXAGE=120
-CONFIG_NET_ARP_IPIN=y
-# CONFIG_NET_ARP_SEND is not set
+# CONFIG_NET_ARP_IPIN is not set
+CONFIG_NET_ARP_SEND=y
+CONFIG_ARP_SEND_MAXTRIES=5
+CONFIG_ARP_SEND_DELAYMSEC=20
#
# Network I/O Buffer Support
@@ -805,7 +807,6 @@ CONFIG_EXAMPLES_BRIDGE=y
#
CONFIG_EXAMPLES_BRIDGE_NET1_IFNAME="eth0"
CONFIG_EXAMPLES_BRIDGE_NET1_RECVPORT=5471
-CONFIG_EXAMPLES_BRIDGE_NET1_SNDPORT=5472
CONFIG_EXAMPLES_BRIDGE_NET1_IOBUFIZE=1024
# CONFIG_EXAMPLES_BRIDGE_NET1_DHCPC is not set
CONFIG_EXAMPLES_BRIDGE_NET1_NOMAC=y
@@ -814,6 +815,7 @@ CONFIG_EXAMPLES_BRIDGE_NET1_IPADDR=0x0a000002
CONFIG_EXAMPLES_BRIDGE_NET1_DRIPADDR=0x0a000001
CONFIG_EXAMPLES_BRIDGE_NET1_NETMASK=0xffffff00
CONFIG_EXAMPLES_BRIDGE_NET1_IPHOST=0x0a000001
+CONFIG_EXAMPLES_BRIDGE_NET1_HOSTPORT=5472
CONFIG_EXAMPLES_BRIDGE_NET1_STACKSIZE=2048
CONFIG_EXAMPLES_BRIDGE_NET1_PRIORITY=100
@@ -822,7 +824,6 @@ CONFIG_EXAMPLES_BRIDGE_NET1_PRIORITY=100
#
CONFIG_EXAMPLES_BRIDGE_NET2_IFNAME="eth1"
CONFIG_EXAMPLES_BRIDGE_NET2_RECVPORT=5473
-CONFIG_EXAMPLES_BRIDGE_NET2_SNDPORT=5474
CONFIG_EXAMPLES_BRIDGE_NET2_IOBUFIZE=1024
# CONFIG_EXAMPLES_BRIDGE_NET2_DHCPC is not set
CONFIG_EXAMPLES_BRIDGE_NET2_NOMAC=y
@@ -831,6 +832,7 @@ CONFIG_EXAMPLES_BRIDGE_NET2_IPADDR=0x0a000003
CONFIG_EXAMPLES_BRIDGE_NET2_DRIPADDR=0x0a000001
CONFIG_EXAMPLES_BRIDGE_NET2_NETMASK=0xffffff00
CONFIG_EXAMPLES_BRIDGE_NET2_IPHOST=0x0a000001
+CONFIG_EXAMPLES_BRIDGE_NET2_HOSTPORT=5474
CONFIG_EXAMPLES_BRIDGE_NET2_STACKSIZE=2048
CONFIG_EXAMPLES_BRIDGE_NET2_PRIORITY=100
# CONFIG_EXAMPLES_BUTTONS is not set