From 6bdb9882c5a0649542e97092e4789075673fca30 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 17 Nov 2014 15:40:37 -0600 Subject: Due to limitations in port unique-ness, have to use unique port numbers in apps/examples/bridge for now --- apps/examples/bridge/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/examples') 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 -- cgit v1.2.3