Due to limitations in port unique-ness, have to use unique port numbers in apps/examples/bridge for now

This commit is contained in:
Gregory Nutt 2014-11-17 15:40:37 -06:00
parent 577ffc49c6
commit 46b949ecaa

View File

@ -105,13 +105,13 @@ config EXAMPLES_BRIDGE_NET2_IFNAME
config EXAMPLES_BRIDGE_NET2_RECVPORT config EXAMPLES_BRIDGE_NET2_RECVPORT
int "UDP receive port" int "UDP receive port"
default 5471 default 5473
---help--- ---help---
Network 1 listen port number Network 1 listen port number
config EXAMPLES_BRIDGE_NET2_SNDPORT config EXAMPLES_BRIDGE_NET2_SNDPORT
int "UDP send port" int "UDP send port"
default 5472 default 5474
---help--- ---help---
Network 2 send port number Network 2 send port number