This is the Linux app named KCP whose latest release can be downloaded as 20200424-v1.7.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named KCP with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
KCP
DESCRIPTION
KCP is a fast and reliable protocol that can achieve the transmission effect of a reduction of the average latency by 30% to 40% and reduction of the maximum delay by a factor of three, at the cost of 10% to 20% more bandwidth wasted than TCP. It is implemented by using the pure algorithm, and is not responsible for the sending and receiving of the underlying protocol (such as UDP), requiring the users to define their own transmission mode for the underlying data packet, and provide it to KCP in the way of callback. Even the clock needs to be passed in from the outside, without any internal system calls. The entire protocol has only two source files of ikcp.h, ikcp.c, which can be easily integrated into the user's own protocol stack. You may have implement a P2P, or a UDP-based protocol, but are lack of a set of perfect ARQ reliable protocol implementation, then by simply copying the two files to the existing project, and writing a couple of lines of code, you can use it.
Features
- KCP has both normal and fast modes, achieving the result of flow rate increase
- KCP normal mode uses the same fair concession rules as TCP
- KCP is selective in retransmission, and only re-transmits the data packets that are really lost
- In KCP protocol, all packets have UNA information except for a single ACK packet
- The protocol default mode is a standard ARQ, and various acceleration switches can be enabled by configuration
Programming Language
C
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/kcp.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.