diff options
Diffstat (limited to 'src/config.hpp')
-rw-r--r-- | src/config.hpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/config.hpp b/src/config.hpp index c6ac264..f7b4c50 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -80,7 +80,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 }; } |