mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-28 03:20:13 +01:00
Small cleanups
This commit is contained in:
@@ -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_,
|
||||
|
||||
Reference in New Issue
Block a user