mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-01 21:13:13 +01:00
'flags' parameter added to zmq_init
This commit is contained in:
@@ -27,7 +27,7 @@ connect_to = ARGV[0]
|
||||
message_size = ARGV[1].to_i
|
||||
roundtrip_count = ARGV[2].to_i
|
||||
|
||||
ctx = Context.new(1, 1)
|
||||
ctx = Context.new(1, 1, 0)
|
||||
s = Socket.new(ctx, REQ);
|
||||
s.connect(connect_to);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user