Commit Graph

282 Commits

Author SHA1 Message Date
Rice Tea
2e1bd4a2c1 Update the description for KcpSharpN 2026-05-24 17:57:19 +08:00
Rice Tea
1ca0b18a43 Added KcpSharpN to the README.en.md 2026-05-24 17:53:24 +08:00
Rice Tea
284a977276 Added KcpSharpN to the README.md 2026-05-24 17:46:07 +08:00
skywind3000
fbd716b257 Merge branch 'v2' 2.1.1 2026-05-16 01:52:21 +08:00
skywind3000
7346e366f1 simple pacing 2026-05-16 01:21:36 +08:00
skywind3000
31c2ae0529 Merge branch 'v2' 2026-05-16 00:20:17 +08:00
skywind3000
e8fc1fb840 add necessary information to the callbacks 2026-05-16 00:11:40 +08:00
skywind3000
46eed3ef30 Merge branch 'master' of https://github.com/skywind3000/kcp 2026-05-15 22:51:28 +08:00
skywind3000
19459fa64d kcp-2.0.0: a pluggable congestion control system that allows you to replace the built-in algorithm by installing callbacks without modifying KCP code. 2026-05-15 22:51:19 +08:00
skywind3000
b6953419c9 remove unnecessary xmit in the callback 2026-05-15 22:50:50 +08:00
skywind3000
fddd37687d Merge branch 'v2' 2026-05-15 21:40:51 +08:00
skywind3000
b3607a6d7d fix: on_pkt_sent lacks xmit information 2026-05-15 21:40:30 +08:00
skywind3000
8aded6f405 remove files 2026-05-15 17:04:51 +08:00
skywind3000
c2ffc0554f optimize cwnd calculation in the default congestion control 2026-05-15 17:02:03 +08:00
skywind3000
d29b83e72f update testing support files 2026-05-15 08:42:56 +08:00
skywind3000
32da082e52 kcp-2.0.0: a pluggable congestion control system that allows you to replace the built-in algorithm by installing callbacks without modifying KCP code. 2.0.0 2026-05-15 07:43:46 +08:00
skywind3000
63c8887987 remove test files 2026-05-15 07:36:16 +08:00
skywind3000
55ae1be446 add netsim.h and netstats.h 2026-05-14 15:49:10 +08:00
skywind3000
d13de3b19d congestion control: basically finish 2026-05-14 11:34:05 +08:00
skywind3000
8b32a64326 congestion control: stage 4 2026-05-14 11:01:20 +08:00
skywind3000
0d9515a42a congestion control: stage 3 2026-05-14 10:49:39 +08:00
skywind3000
b1af1c06f0 congestion control: stage 2 2026-05-14 10:39:48 +08:00
skywind3000
7f0fe725c3 congestion control: definitions 2026-05-14 10:00:27 +08:00
skywind3000
ed6e480b0e pluggable congestion control stage1 2026-05-14 09:55:55 +08:00
Linwei
8004f7eba5 Update CMakeLists.txt 1.7.1 2026-05-01 21:54:42 +08:00
Linwei
f4f3a89cc6 Merge pull request #444 from MouseBrilliant/patch-1
Update README.en.md
2025-04-22 15:37:00 +08:00
MouseBrilliant
db4526a01b Update README.en.md
I rewrote the document, preserving the original message. The initial document was difficult for native English speakers to read and comprehend. I have cleaned up some things to make it straightforward for readers with any level of English proficiency.
2025-04-22 01:13:59 -04:00
Linwei
ec72e34715 Merge pull request #443 from myd7349/update-cmake-version
fix configuration error with CMake 4.0
2025-04-09 14:32:26 +08:00
myd7349
fbf73d19a1 update cmake minimum version 2025-04-08 22:48:52 +08:00
Linwei
7f9805887b Merge pull request #435 from quqiOnfree/master
添加现代C++/Asio的KCP支持
2024-12-01 01:49:42 +08:00
Xuan Xiao
8f706ad697 Update README 2024-11-30 15:30:24 +00:00
Linwei
b4a0aba445 Merge pull request #434 from wpjscc-labs/master
php kcp 扩展
2024-11-23 17:30:32 +08:00
wpjscc
bfe542b9ec php kcp 扩展 2024-11-23 08:52:28 +08:00
skywind3000
ecafc2b299 update docs 2024-10-16 16:31:07 +08:00
skywind3000
fcd439304f update docs 2024-10-16 16:29:33 +08:00
skywind3000
bb9416a705 update docs 2024-10-16 16:27:39 +08:00
skywind3000
0d85027370 update docs 2024-10-16 16:26:45 +08:00
skywind3000
8e7f855a1f update doc 2024-10-16 16:25:11 +08:00
skywind3000
94385a10f8 update gitignore 2024-10-11 22:29:05 +08:00
Linwei
7440cdaeb7 Merge pull request #419 from Molth/master
add kcptransport to readme
2024-07-18 11:07:25 +08:00
Nevin
924a190ee0 add kcptransport to readme 2024-07-18 10:05:22 +08:00
Linwei
7a878bf358 Merge pull request #409 from Alan-yly/master
添加IKCP_FASTACK_CONSERVE宏  避免多次触发快重传
2024-04-09 15:37:10 +08:00
Alan-yly
49bea97d33 添加IKCP_FASTACK_CONSERVE宏 避免多次触发快重传 2024-04-09 14:01:35 +08:00
skywind3000
f2aa30ea21 ikcp_send 返回成功发送的字节数,-1 为错误,-2 为 EAGAIN 2023-05-07 13:49:56 +08:00
skywind3000
c0cb6ab3ac 修复流模式相关 buffer 问题 2023-05-07 12:54:02 +08:00
Linwei
10ee2b30c8 Merge pull request #391 from enkiller/dev
Add pykcp to README
2023-04-03 10:15:00 +08:00
tyx
62b38db385 Add pykcp to README 2023-04-02 23:49:22 +08:00
Linwei
fb3ccde6c0 Merge pull request #389 from xboss/master
Add skcp(libev) to README
2023-03-22 08:40:19 +08:00
Jim
b6b86cbb82 Add skcp(libev) to README 2023-03-21 18:15:46 +08:00
Linwei
9bda4ac0b1 Merge pull request #388 from RealistikDash/master
add: `kcp.py` to readme
2023-02-25 11:03:36 +08:00