Discussion:
[ofw] [PATCH] udapl: move dapltest default server port outside ephemeral port range
Davis, Arlin R
2014-03-13 18:56:06 UTC
Permalink
Signed-off-by: Arlin Davis <***@intel.com>
---
test/dapltest/include/dapl_common.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/dapltest/include/dapl_common.h b/test/dapltest/include/dapl_common.h
index a514973..7dfe471 100644
--- a/test/dapltest/include/dapl_common.h
+++ b/test/dapltest/include/dapl_common.h
@@ -33,7 +33,7 @@

#include "dapl_proto.h"

-#define SERVER_PORT_NUMBER ((DAT_CONN_QUAL)0xB0de)
+#define SERVER_PORT_NUMBER ((DAT_CONN_QUAL)62000)

typedef enum
{
--
1.7.3
Loading...