Thanks! I'll give that a try. Is there a "best practices" way to set the receive window using on of the following? PGM_RXW_SECS Set or read RXW_SECS, the size of the receive window in seconds. PGM_RXW_SQNS Set or read RXW_SQNS, the size of the receive window in sequences. If I want to use SQNS, then do I need to set the MAX BIT rate so it knows how long to wait? If I only want it to wait 1ms, I don't see how I can do that with PGM_RXW_SECS Thanks again for the help, -S
On Tue, Aug 14, 2012 at 7:19 PM, Steven McCoy <[email protected]> wrote: > On 14 August 2012 21:53, Scott <[email protected]> wrote: > >> OK - after about an hour of "googling" and some "rtfming" to try and >> answer my own question, I'm giving up and asking YOU. >> >> Q: Can I configure pgm: zmq to run in an 'unreliable' but low latency >> mode? >> >> > The protocol can technically do it, you still want a 2-packet receive > window to at least recover from switch packet re-ordering. Some additional > socket options may need to be exported such as PGM_PASSIVE to disable NAK > generation. > > -- > Steve-o > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > >
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
