mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 21:50:49 +01:00
XREP & XREQ socket types added; zmq_queue device added
This commit is contained in:
@@ -34,8 +34,10 @@ public class Socket
|
||||
public static final int SUB = 2;
|
||||
public static final int REQ = 3;
|
||||
public static final int REP = 4;
|
||||
public static final int UPSTREAM = 4;
|
||||
public static final int DOWNSTREAM = 4;
|
||||
public static final int XREQ = 5;
|
||||
public static final int XREP = 6;
|
||||
public static final int UPSTREAM = 7;
|
||||
public static final int DOWNSTREAM = 8;
|
||||
|
||||
public static final int HWM = 1;
|
||||
public static final int LWM = 2;
|
||||
|
||||
Reference in New Issue
Block a user