renzenicolai / dsmi

Automatically exported from code.google.com/p/dsmi
0 stars 0 forks source link

Find a good way to deal with event loss #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
With UDP, messages get lost. TCP however, would introduce unpredictable delays. 
Implement something like a thin security layer that makes the protocol more 
reliable without adding delay, eg running message numbers for figuring out 
message order and ACKs to ensure a packet arrived.

Original issue reported on code.google.com by wey...@gmail.com on 16 Jan 2011 at 10:53