You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Linux box is started an PGM sender that does chunking for approx. 1MB buffer
into chunks of 1500 bytes and then tries to send these chunks to the PGM
receiver on another Linux Box (also using Ubuntu 11.04).
2. The receiver ends up with IO_STATUS_RESET. How to recover from this?
In general, expected is that whole buffer is completely transferred.
This is not the case. My question is how the PGM receiver can send NAK to the
sender?
Seems to me reasonable that receiver in such case sends NAK as unicast message.
How to do this? Finally, how PGM sender knows which packets should retransmit.
In other words how to properly retransmit packets?
I'm using OpenPGM 5.1.118, Ubuntu 11.04
An example showing how PGM receiver could send NAK to the PGM sender
(preferably using unicast) would be of great help.
Thanks in advance.
Original issue reported on code.google.com by [email protected] on 6 Oct 2011 at 9:51
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 6 Oct 2011 at 9:51The text was updated successfully, but these errors were encountered: