mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-28 11:31:56 +01:00
perf tests modified to reflect change in subscription format
This commit is contained in:
@@ -29,7 +29,7 @@ message_count = ARGV[2].to_i
|
||||
|
||||
ctx = Context.new(1, 1, 0)
|
||||
s = Socket.new(ctx, SUB);
|
||||
s.setsockopt(SUBSCRIBE, "*");
|
||||
s.setsockopt(SUBSCRIBE, "");
|
||||
|
||||
# Add your socket options here.
|
||||
# For example ZMQ_RATE, ZMQ_RECOVERY_IVL and ZMQ_MCAST_LOOP for PGM.
|
||||
|
||||
Reference in New Issue
Block a user