How can we avoid packet missing in UDP Flex?
Posted
by Naveen kumar
on Stack Overflow
See other posts from Stack Overflow
or by Naveen kumar
Published on 2010-05-29T12:32:59Z
Indexed on
2010/05/29
15:32 UTC
Read the original article
Hit count: 311
Hi all, I'm trying to send large files using UDP Adobe air to CPP. While transferring large files some packets are missing. How can I retrieve the missing packets data? I'm first of all connecting client(air) with server(cpp) using tcp. After connection establishment I'm starting file transfer. I am planning to get the file missing data using tcp and then resending the missing packets using tcp. Can anybody tell me how can i come to know which packets are missing while transferring. Thank you.
© Stack Overflow or respective owner