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
What steps will reproduce the problem?
1.Sender sends chunks of data with size i.e. 2 megabytes.
2.Receiver exits with IO_STATUS_RESET upon unrecoverable data loss.
3.In this case(IO_STATUS_RESET) I send nak for the rest of the lost packets.
(Still open for me how to send NAK. And also open how to send it unicast to the
source. Any example would be very appreciated)
4.Also added nak processing thread to the sender like it's defined in daytime.c
example.
What is the expected output? What do you see instead?
Send a nak in receiver based on a compromised specification (that Microsoft
conforms) so that i.e. a sender based on Microsoft PGM implementation can
interpret the message I sent from receiver as a Nak packet and retransmits it.
What version of the product are you using? On what operating system?
OpenPGM 5.1.118, ubuntu-11.04
Please provide any additional information below.
I use the following receive method in receiver
const int status = pgm_recvmsgv (m_ReceiverSock,
msgv,
iov_len,
MSG_ERRQUEUE,
&bytes_read,
&pgm_err);
Original issue reported on code.google.com by [email protected] on 5 Oct 2011 at 7:58
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 5 Oct 2011 at 7:58The text was updated successfully, but these errors were encountered: