throughput tests use P2P sockets consistently

This commit is contained in:
Martin Sustrik
2009-09-10 15:20:54 +02:00
parent 95944551be
commit 93e70ee583
5 changed files with 5 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ int main (int argc, char *argv [])
zmq::context_t ctx (1, 1);
zmq::socket_t s (ctx, ZMQ_REQ);
zmq::socket_t s (ctx, ZMQ_P2P);
s.connect (connect_to);
for (int i = 0; i != message_count; i++) {