mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-20 22:31:33 +02:00
'flags' parameter added to zmq_init
This commit is contained in:
@@ -33,7 +33,7 @@ class local_lat
|
||||
int messageSize = Integer.parseInt (args [1]);
|
||||
int roundtripCount = Integer.parseInt (args [2]);
|
||||
|
||||
org.zmq.Context ctx = new org.zmq.Context (1, 1);
|
||||
org.zmq.Context ctx = new org.zmq.Context (1, 1, 0);
|
||||
|
||||
org.zmq.Socket s = new org.zmq.Socket (ctx, org.zmq.Socket.REP);
|
||||
s.bind (bindTo);
|
||||
|
Reference in New Issue
Block a user