Pieter Hintjens
7470c00d4d
Problem: ZMQ_TCP_RECV_BUFFER/SEND_BUFFER are redundant
...
These options are confusing and redundant. Their names suggest
they apply to the tcp:// transport, yet they are used for all
stream protocols. The methods zmq::set_tcp_receive_buffer and
zmq::set_tcp_send_buffer don't use these values at all, they use
ZMQ_SNDBUF and ZMQ_RCVBUF.
Solution: merge these new options into ZMQ_SNDBUF and ZMQ_RCVBUF.
This means defaulting these two options to 8192, and removing the
new options. We now have ZMQ_SNDBUF and ZMQ_RCVBUF being used both
for TCP socket control, and for input/output buffering.
Note: the default for SNDBUF and RCVBUF are otherwise 4096.
2016-02-09 10:53:52 +01:00
..
2010-09-04 17:42:33 +02:00
2015-12-08 13:16:09 +06:00
2014-12-23 15:20:10 +01:00
2014-12-23 15:20:10 +01:00
2014-12-23 15:20:10 +01:00
2014-12-23 15:20:10 +01:00
2014-12-23 15:20:10 +01:00
2014-12-23 15:20:10 +01:00
2015-12-08 13:16:09 +06:00
2016-02-01 23:00:06 +01:00
2015-12-08 13:16:09 +06:00
2014-11-07 22:27:41 -08:00
2014-11-17 11:56:59 +01:00
2013-04-15 18:50:42 +02:00
2016-02-01 23:00:06 +01:00
2013-09-10 13:30:00 +01:00
2015-03-15 06:29:21 -05:00
2014-03-06 15:18:42 -06:00
2013-09-15 20:13:44 +02:00
2016-02-01 23:00:06 +01:00
2013-04-15 18:50:42 +02:00
2016-02-09 10:53:52 +01:00
2014-11-07 22:30:15 -08:00
2014-06-18 15:19:07 +02:00
2016-02-01 23:00:06 +01:00
2015-12-08 13:16:09 +06:00
2015-12-08 13:16:09 +06:00
2013-04-27 14:53:14 +02:00
2014-11-07 22:27:41 -08:00
2013-04-15 18:50:42 +02:00
2014-07-29 13:43:38 -05:00
2015-01-17 20:15:31 -06:00
2014-11-07 22:27:41 -08:00
2014-11-07 22:27:41 -08:00
2015-03-15 02:12:02 -05:00
2013-11-04 15:19:34 +02:00
2013-04-15 18:50:42 +02:00
2014-01-24 12:07:46 -06:00
2015-09-11 17:12:58 -04:00
2015-12-29 17:00:06 +01:00
2015-09-11 17:12:58 -04:00
2013-04-15 18:50:42 +02:00
2013-04-15 18:50:42 +02:00
2013-05-15 17:55:21 +02:00
2015-12-08 13:16:09 +06:00
2013-05-15 17:55:21 +02:00
2014-10-17 17:21:41 +02:00
2014-05-20 15:42:35 +02:00
2013-04-15 18:50:42 +02:00
2016-02-06 14:13:13 +01:00
2014-01-24 12:07:46 -06:00
2013-09-20 14:28:06 +02:00
2015-12-29 17:00:06 +01:00
2015-12-29 17:00:06 +01:00
2016-02-09 10:53:52 +01:00
2015-09-13 20:46:14 -07:00
2015-09-13 12:28:43 +02:00
2013-04-15 18:50:42 +02:00
2015-12-08 13:16:09 +06:00
2013-04-15 18:50:42 +02:00
2015-12-08 13:16:09 +06:00
2015-12-08 13:16:09 +06:00
2013-04-15 18:50:42 +02:00
2015-12-14 19:20:27 +06:00
2014-08-14 00:00:00 +02:00
2014-08-14 00:00:00 +02:00
2015-12-08 13:16:09 +06:00