Displaying 1 result from an estimated 1 matches for "92nd".
Did you mean:
2nd
2009 Jun 10
1
Weird behavior in receive_data function
...hich I don't understand.
i = recv_token(f_in, &data) will receive (i = -1, offset2 = 0) some
where in the middle of the transfer procedure. That's to say, it's going
to transfer the first data block from sender, but I have been
transferring almost half of the file. I noticed it was 92nd block
(sum.blength = 700) .
Hope I have a clear explanation. I'm really confused now. Any advice and
suggestion is well appreciated.
Below is my code segment to generate file for test.
My Procedure (file 1 and file 2 have the same name, just binary
difference):
Step 1: backup File 1
Step 2...