Hi guys, I'm using Golang to build PUB/SUB network with OpenPGM.
After I set rate with 31415, log shows zeromq had accepted it. but the OpenPGM still shows "Setting ODATA rate regulation to 12500 bytes per second." Which should be 31415000 bytes or so. ``` Minor: OpenPGM 5.2.122 (1487) 2015-01-07 16:17:22 Linux x86_64 Minor: Detected 2 available 2 online 2 configured CPUs. Minor: Using gettimeofday() timer. 2015/01/07 16:27:32 epgm://10.5.11.23;239.0.0.1:5566 2015/01/07 16:27:32 Publisher rate: 31415 Trace: Opening UDP encapsulated sockets. Trace: Set socket sharing. Trace: Request socket packet-info. Trace: Assuming IP header size of 20 bytes Trace: Assuming UDP header size of 8 bytes Trace: Create transmit window. Trace: Binding receive socket to INADDR_ANY Trace: Binding send socket to interface index 2 Trace: Setting ODATA rate regulation to 12500 bytes per second. Trace: Join multicast group 239.0.0.1 on interface index 2 Trace: Multicast send interface set to 10.5.11.23 index 2 ``` the code on: https://github.com/pebbe/zmq4/issues/33#issuecomment-68988904 ----- Light up the darkness
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
