summaryrefslogtreecommitdiff
path: root/src/config.hpp
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2009-09-11 11:21:40 +0200
committermalosek <malosek@fastmq.com>2009-09-11 11:21:40 +0200
commita91b44977201e4b3891c70da0472a332f60a39fc (patch)
tree6674e98d74a16becfd8c8998b28e0d4930676eff /src/config.hpp
parent88695aaee607e6f4db1f4fd052e2596653fb18b2 (diff)
Revert "link libzmq with glib when congifured --with-pgm"
This reverts commit 88695aaee607e6f4db1f4fd052e2596653fb18b2.
Diffstat (limited to 'src/config.hpp')
-rw-r--r--src/config.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/config.hpp b/src/config.hpp
index 43a4513..17e67b9 100644
--- a/src/config.hpp
+++ b/src/config.hpp
@@ -70,10 +70,8 @@ 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
};
}