Exchange greeting messages for all socket types

Fixes #415.
This commit is contained in:
Martin Hurton
2012-08-11 18:47:56 +02:00
parent b32542e396
commit 1ab85f471a
7 changed files with 23 additions and 22 deletions

View File

@@ -45,7 +45,6 @@ zmq::router_t::router_t (class ctx_t *parent_, uint32_t tid_, int sid_) :
// all the outstanding requests from that peer.
// options.delay_on_disconnect = false;
options.send_identity = true;
options.recv_identity = true;
prefetched_id.init ();