Emmanuel, > Thank's very much for your answer. > I don't think the sender uses the whole bandwidth available. My 2 hosts > are linked with a 100 Mbit link. > On both publisher and subscribers, I have limited the rate (using the > ZMQ_RATE socket option) to > 20000. > This is confirmed by the wireshark IO Graph
If wireshark shows 20Mb/s bandwidth usage, the capacity assigned to the socket is already used up. Thus the RDATA will be supressed in favour of new data. Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
