Skip to content
forked from evercomer/rudp

An implementation of reliable-udp

License

Notifications You must be signed in to change notification settings

dragonblocks/rudp

 
 

Repository files navigation

1. What's this ?

A simple implementation of Reliable UDP.

2. What's the feature ?

1) So simple in one C file
2) With calling-interface similar to POSIX socket.
3) Two logical channels(send/recv queue) in one connection
4) Safe for multiple threads
5) Compiled on Linux/Windows

About

An implementation of reliable-udp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.4%
  • CMake 0.6%