-
Notifications
You must be signed in to change notification settings - Fork 2
Home
CorpWar edited this page Jun 23, 2016
·
4 revisions
Reliable-UDP library that work great with games and application that need both reliability and the speed from UDP.
- You can send reliable package and know it will be delivered to the other side
- You will be informed if someone get disconnected
- Every package have a unique id number
- You can get information how long packages take to send
- If packages are bigger then max package size (default 512B) then it will be split.
- Flow control