A C++/Go KCP implement.
KCP C++ is driven by libevent, which has the same abstraction as the TCP connection.
Differences from the official version:
- supports CONNECT/CLOSE
- FEC/Cipher are removed, and the KCPConn implement is (nearly) completely rewritten.
- lossy channel in test code supports bandwidth limit, delay and loss ratio.
This project is for special usage, there are only few documents right now. I will try to improve it if I have enough time.
For who is looking for the official KCP, please visit:
Feel free to tell me if you have questions or find bugs.