summaryrefslogtreecommitdiff
path: root/src/config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.hpp')
-rw-r--r--src/config.hpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/config.hpp b/src/config.hpp
index 96e39de..8e512bb 100644
--- a/src/config.hpp
+++ b/src/config.hpp
@@ -79,7 +79,11 @@ namespace zmq
clock_precision = 1000000,
// Maximum transport data unit size for PGM (TPDU).
- pgm_max_tpdu = 1500
+ pgm_max_tpdu = 1500,
+
+ // On some OSes the signaler has to be emulated using a TCP
+ // connection. In such cases following port is used.
+ signaler_port = 5905
};
}