summaryrefslogtreecommitdiff
path: root/src/config.hpp
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2009-09-11 11:13:15 +0200
committermalosek <malosek@fastmq.com>2009-09-11 11:13:15 +0200
commit88695aaee607e6f4db1f4fd052e2596653fb18b2 (patch)
tree21b9439d327239053bfcd3c080e1ffa92a5855db /src/config.hpp
parentf824b8a067c60b32260c56020742d6428ed3bb98 (diff)
link libzmq with glib when congifured --with-pgm
Diffstat (limited to 'src/config.hpp')
-rw-r--r--src/config.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.hpp b/src/config.hpp
index 17e67b9..43a4513 100644
--- a/src/config.hpp
+++ b/src/config.hpp
@@ -70,8 +70,10 @@ namespace zmq
// Maximal number of non-accepted connections that can be held by
// TCP listener object.
- tcp_connection_backlog = 10
+ tcp_connection_backlog = 10,
+ // Maximum transport data unit size for PGM (TPDU).
+ pgm_max_tpdu = 1500
};
}