summaryrefslogtreecommitdiff
path: root/apps/examples
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-17 15:40:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-17 15:40:37 -0600
commit6bdb9882c5a0649542e97092e4789075673fca30 (patch)
treeedaf9eac14ff254472046ef2625f7db5527aae7f /apps/examples
parent1117846b864d3016a67d6130cf81a15b10bf085a (diff)
downloadnuttx-6bdb9882c5a0649542e97092e4789075673fca30.tar.gz
nuttx-6bdb9882c5a0649542e97092e4789075673fca30.tar.bz2
nuttx-6bdb9882c5a0649542e97092e4789075673fca30.zip
Due to limitations in port unique-ness, have to use unique port numbers in apps/examples/bridge for now
Diffstat (limited to 'apps/examples')
-rw-r--r--apps/examples/bridge/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/bridge/Kconfig b/apps/examples/bridge/Kconfig
index f3ee296be..bfcf9e7ed 100644
--- a/apps/examples/bridge/Kconfig
+++ b/apps/examples/bridge/Kconfig
@@ -105,13 +105,13 @@ config EXAMPLES_BRIDGE_NET2_IFNAME
config EXAMPLES_BRIDGE_NET2_RECVPORT
int "UDP receive port"
- default 5471
+ default 5473
---help---
Network 1 listen port number
config EXAMPLES_BRIDGE_NET2_SNDPORT
int "UDP send port"
- default 5472
+ default 5474
---help---
Network 2 send port number