Skip to content
CorpWar edited this page Jun 23, 2016 · 4 revisions

CorpNet

Reliable-UDP library that work great with games and application that need both reliability and the speed from UDP.

Highlights

  • 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

Quickstart

Clone this wiki locally