different fixes to req/rep

This commit is contained in:
Martin Sustrik
2009-09-21 17:20:13 +02:00
parent cb1b6fe32c
commit b15f695976
17 changed files with 79 additions and 129 deletions

View File

@@ -29,7 +29,9 @@ zmq::options_t::options_t () :
affinity (0),
rate (100),
recovery_ivl (10),
use_multicast_loop (false)
use_multicast_loop (false),
requires_in (false),
requires_out (false)
{
}