On 13 April 2010 21:53, Martin Lucina <[email protected]> wrote: > In that case, what is the point of calling pgm_transport_set_txw_secs() at > all? My understanding was that if I ask for a 1 second reliability interval > then OpenPGM will do "whatever is necessary" to maintain that interval.
It's a convenience function for calculating the size of the transmit window. You need either TXW_SQNS or TXW_SECS *and* TXW_MAX_RTE. -- Steve-o
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
