Multi-hop REQ/REP, part X., optional delayed creation of pipes during connect

This commit is contained in:
Martin Sustrik
2010-02-14 13:34:48 +01:00
parent 4405250d93
commit 43620b3d35
6 changed files with 76 additions and 47 deletions

View File

@@ -34,6 +34,7 @@ zmq::options_t::options_t () :
rcvbuf (0),
requires_in (false),
requires_out (false),
immediate_connect (true),
traceroute (false)
{
}