Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
how to send data without loss of packets through adaptive coding optimization ?ANY ONE TELL THE concept and give refferal site.Is it possible to do in c#?
ANy one help me?
Posted

1 solution

There is always going to be packet loss and there is nothing you can do about it.

The network transport protocols usually have retry and packet checking built into them so they will mitigate most of the problems.

If you are worried about data loss then you should implement higher level integrity checking with retry yourself.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900