We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d90e94d commit d062622Copy full SHA for d062622
UPGRADING3.1.md
@@ -0,0 +1,21 @@
1
+Upgrading From 2.1 to 3.1
2
+=========================
3
+
4
+See the general upgrading guidelines [here](http://www.zeromq.org/docs:3-1-upgrade).
5
6
+Things to watchout for in erlzmq2
7
+---------------------------------
8
9
+The 'timeout' flag has been removed from the send receive flags. In
10
+3.1 the native zeromq `sndtimeo` and `rcvtimeo` flags where added. You
11
+should use these instead.
12
13
+Also, is in zeromq as a whole the hwm flag has been replaced with
14
+sndhwm and rcvhwm.
15
16
+Things not to worry about
17
+-------------------------
18
19
+The rest of the things in that upgrade guide can be ignored. The
20
+erlzmq2 nif binding abstracts that away for you.
21
0 commit comments