jkcp
1.3.1
kcp for java . base on netty .
kcp is a retransmission algorithm that is independent of the underlying communication protocol. jkcp is built directly on udp and provides a convenient programming interface. You only need to inherit the relevant classes; users can easily control it without caring about the usage details of udp and kcp. Development of applications that require high-speed transmission environments such as video and moba
< dependency >
< groupId >org.beykery</ groupId >
< artifactId >jkcp</ artifactId >
< version >1.3.2</ version >
</ dependency >
Please refer to TestServer and TestClient in the src/test/java/test directory
kcp