All Projects → wxiaoguang → kcp-conn

wxiaoguang / kcp-conn

Licence: MIT license
No description or website provided.

Programming Languages

go
31211 projects - #10 most used programming language
c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to kcp-conn

Kcp
⚡ KCP - A Fast and Reliable ARQ Protocol
Stars: ✭ 10,473 (+43537.5%)
Mutual labels:  udp, kcp, arq
Kcp Go
A Crypto-Secure, Production-Grade Reliable-UDP Library for golang with FEC
Stars: ✭ 3,177 (+13137.5%)
Mutual labels:  udp, kcp, arq
Yasio
A multi-platform support c++11 library with focus on asio (asynchronous socket I/O) for any client application.
Stars: ✭ 483 (+1912.5%)
Mutual labels:  udp, kcp
Winkcp launcher
Windows udp2raw+kcptun 加速tcp流量 简易工具 by 蘭雅sRGB
Stars: ✭ 136 (+466.67%)
Mutual labels:  udp, kcp
Kcptun
A Stable & Secure Tunnel based on KCP with N:M multiplexing and FEC. Available for ARM, MIPS, 386 and AMD64。KCPプロトコルに基づく安全なトンネル。KCP 프로토콜을 기반으로 하는 보안 터널입니다。
Stars: ✭ 12,714 (+52875%)
Mutual labels:  udp, kcp
http-connection-lifecycle
Complete and detailed explanation of HTTP connection lifecycle
Stars: ✭ 43 (+79.17%)
Mutual labels:  udp, connection
Java Kcp
基于java的netty实现的可靠udp网络库(kcp算法),包含fec实现,可用于游戏,视频,加速等业务
Stars: ✭ 137 (+470.83%)
Mutual labels:  udp, kcp
Jkcp
kcp for java . 适用于moba,视频加速等需要极速传输场景的应用,c#版本(客户端)请参考:https://github.com/beykery/kcp4sharp
Stars: ✭ 160 (+566.67%)
Mutual labels:  udp, kcp
Mirror
#1 Open Source Unity Networking Library
Stars: ✭ 2,905 (+12004.17%)
Mutual labels:  udp, kcp
ngx stream upstream check module
nginx health checker (tcp/udp/http) for stream upstream servers.
Stars: ✭ 18 (-25%)
Mutual labels:  stream, udp
Stream
NodeJS Modbus Stream
Stars: ✭ 114 (+375%)
Mutual labels:  stream, udp
gost
GO Simple Tunnel - a simple tunnel written in golang
Stars: ✭ 8,395 (+34879.17%)
Mutual labels:  udp, kcp
kcp-dotnet
KCP dotNet Core implementation
Stars: ✭ 26 (+8.33%)
Mutual labels:  udp, kcp
fuso
一款体积小, 快速, 稳定, 高效, 轻量的内网穿透, 端口转发工具 支持多连接,级联代理,传输加密 (A small volume, fast, stable, efficient, and lightweight intranet penetration, port forwarding tool supports multiple connections, cascading proxy, and transmission encryption)
Stars: ✭ 1,132 (+4616.67%)
Mutual labels:  udp, kcp
Kcp Netty
Java implementation of KCP based on Netty
Stars: ✭ 184 (+666.67%)
Mutual labels:  udp, kcp
Quic.net
A .NET C# Implementation of QUIC protocol - Google's experimental transport layer.
Stars: ✭ 173 (+620.83%)
Mutual labels:  stream, udp
kcp erlang
A Reliable-UDP Library for erlang
Stars: ✭ 24 (+0%)
Mutual labels:  udp, kcp
lwjson
Lightweight JSON parser for embedded systems
Stars: ✭ 66 (+175%)
Mutual labels:  stream
tabular-stream
Detects tabular data (spreadsheets, dsv or json, 20+ different formats) and emits normalized objects.
Stars: ✭ 34 (+41.67%)
Mutual labels:  stream
anime-scraper
[partially working] Scrape and add anime episode stream URLs to uGet (Linux) or IDM (Windows) ~ Python3
Stars: ✭ 21 (-12.5%)
Mutual labels:  stream

kcp-conn

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:

  1. supports CONNECT/CLOSE
  2. FEC/Cipher are removed, and the KCPConn implement is (nearly) completely rewritten.
  3. 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].