summaryrefslogtreecommitdiff
path: root/ace/OS.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS.h')
-rw-r--r--ace/OS.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/ace/OS.h b/ace/OS.h
index 8b5c5342be5..0490acd87f7 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -64,9 +64,17 @@
#define ACE_DEFAULT_THR_LOGGING_SERVER_PORT 10008
#define ACE_DEFAULT_THR_LOGGING_SERVER_PORT_STR "10008"
+// Used for the gateway server.
+#define ACE_DEFAULT_GATEWAY_SERVER_PORT 10009
+#define ACE_DEFAULT_GATEWAY_SERVER_PORT_STR "10009"
+
+// Used for the peer server.
+#define ACE_DEFAULT_PEER_SERVER_PORT 10010
+#define ACE_DEFAULT_PEER_SERVER_PORT_STR "10010"
+
// Used for the time server.
-#define ACE_DEFAULT_TIME_SERVER_PORT 10010
-#define ACE_DEFAULT_TIME_SERVER_PORT_STR "10010"
+#define ACE_DEFAULT_TIME_SERVER_PORT 10011
+#define ACE_DEFAULT_TIME_SERVER_PORT_STR "10011"
#define ACE_DEFAULT_TIME_SERVER_STR "ACE_TS_TIME"
#define ACE_DEFAULT_SERVER_HOST "localhost"