[ofw] [PATCH] udapl: move dapltest default server port outside ephemeral port range
Davis, Arlin R
arlin.r.davis at intel.com
Thu Mar 13 11:56:06 PDT 2014
Signed-off-by: Arlin Davis <arlin.r.davis at 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
More information about the ofw
mailing list