Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to implement recovery in PGM. Needed is an example showing how PGM receiver sends PGM NAK to the sender. #8

Open
GoogleCodeExporter opened this issue Mar 15, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant