LIBZMQ-195 allow explicitly setting sndbuf and rcvbuf to 0 (see https://support.microsoft.com/en-us/kb/201213)

This commit is contained in:
Juha Reunanen
2015-07-06 18:05:31 +03:00
parent 6ab66ca51a
commit f7b933f570
5 changed files with 10 additions and 10 deletions

View File

@@ -41,8 +41,8 @@ zmq::options_t::options_t () :
rate (100),
recovery_ivl (10000),
multicast_hops (1),
sndbuf (0),
rcvbuf (0),
sndbuf (-1),
rcvbuf (-1),
tos (0),
type (-1),
linger (-1),