Skip to content

libinzhangyuan/reliable_udp_bench_mark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A bench mark test for udp reliable protocal framework.

The bench mark is for realtime pvp game. For example, the multiplayer first person shooting game.
The requirement of realtime pvp game is packet is small and frequently.
It wants a minimal delay. And the worst delay should be not so worse.
The test client send 500 bytes in every 50 milliseconds. And the server send it back after receiving immediately.

Three frameworks were tested,

  • UDT - UDP-based Data Transfer Protocol
  • kcp - A Fast and Reliable ARQ Protocol
  • enet - Reliable UDP networking library

You can see the whole bench mark test result in bench_mark.md.

About

Test reliable udp for situation of realtime pvp game by wireless.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published