Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
libzmq-v142-x64-4_3_4.zip | 2021-05-19 | 2.6 MB | |
libzmq-v141-gd-uwp-4_3_4.zip | 2021-05-19 | 2.9 MB | |
libzmq-v141-uwp-4_3_4.zip | 2021-05-19 | 888.2 kB | |
libzmq-v141-x64-4_3_4.zip | 2021-05-19 | 2.4 MB | |
libzmq-v140-x64-4_3_4.zip | 2021-05-19 | 2.3 MB | |
libzmq-v141-4_3_4.zip | 2021-05-19 | 1.9 MB | |
libzmq-v120-x64-4_3_4.zip | 2021-05-19 | 2.6 MB | |
libzmq-v140-4_3_4.zip | 2021-05-19 | 1.9 MB | |
libzmq-v120-nocurve-4_3_4.zip | 2021-05-19 | 1.8 MB | |
libzmq-v120-gd-x64-4_3_4.zip | 2021-05-19 | 44.8 MB | |
libzmq-v120-4_3_4.zip | 2021-05-19 | 2.2 MB | |
libzmq-v120-epoll-4_3_4.zip | 2021-05-19 | 2.2 MB | |
libzmq-v120-gd-4_3_4.zip | 2021-05-19 | 43.5 MB | |
libzmq-v90-4_3_4.zip | 2021-05-19 | 2.1 MB | |
libzmq-v100-4_3_4.zip | 2021-05-19 | 2.2 MB | |
libzmq-mingw64-4_3_4.zip | 2021-05-19 | 8.8 MB | |
zeromq-4.3.4.zip | 2021-01-17 | 3.4 MB | |
SHA1SUMS | 2021-01-17 | 121 Bytes | |
zeromq-4.3.4.tar.gz | 2021-01-17 | 2.5 MB | |
MD5SUMS | 2021-01-17 | 105 Bytes | |
libzmq 4.3.4.tar.gz | 2021-01-17 | 918.4 kB | |
libzmq 4.3.4.zip | 2021-01-17 | 1.7 MB | |
README.md | 2021-01-17 | 957 Bytes | |
Totals: 23 Items | 133.7 MB | 1 |
0MQ version 4.3.4 stable, released on 2021/01/17
- New DRAFT (see NEWS for 4.2.0) socket option:
-
ZMQ_PRIORITY will set the SO_PRIORITY socket option on the underlying sockets. Only supported on Linux. See doc/zmq_setsockopt.txt and doc/zmq_getsockopt.txt for details.
-
Fixed [#4113] - compilation errors on kFreeBSD and GNU/Hurd
-
Fixed [#4086] - excessive amount of socket files left behind in Windows TMP directory
-
Fixed [#4108] - regression that breaks using IPv6 link-local addresses on Linux
-
Fixed [#4078] - compilation errors on Android
-
Fixed [#4074] - compilation error with ulibc and libbsd
-
Fixed [#4060] - stack overflow on Windows x64
-
Fixed [#4051] - various compilation errors on Windows ARM 32bit
-
Fixed [#4043] - various compilation warnings with XCode
-
Fixed [#4038] - return value of zmq_ctx_get changed unintentionally