Small cleanups

This commit is contained in:
Martin Hurton
2012-11-09 14:12:11 +01:00
parent 925a530663
commit ea19b7b658
4 changed files with 6 additions and 13 deletions

View File

@@ -49,13 +49,13 @@ zmq::options_t::options_t () :
delay_on_disconnect (true),
filter (false),
recv_identity (false),
raw_sock (false),
tcp_keepalive (-1),
tcp_keepalive_cnt (-1),
tcp_keepalive_idle (-1),
tcp_keepalive_intvl (-1),
socket_id (0)
{
raw_sock = false;
}
int zmq::options_t::setsockopt (int option_, const void *optval_,