0xtob / dsmi

Automatically exported from code.google.com/p/dsmi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find a good way to deal with event loss

GoogleCodeExporter opened this issue · comments

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