mirror of
https://github.com/skywind3000/kcp.git
synced 2026-08-19 14:13:28 +08:00
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.
This commit is contained in:
69
.gitignore
vendored
69
.gitignore
vendored
@@ -1,14 +1,69 @@
|
||||
*.o
|
||||
*
|
||||
!*/
|
||||
!*.*
|
||||
|
||||
*.obj
|
||||
*.o
|
||||
*.lib
|
||||
*.ipch
|
||||
*.pch
|
||||
*.sdf
|
||||
*.exe
|
||||
*.a
|
||||
*.p
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.ncb
|
||||
*.sdf
|
||||
|
||||
.tasks
|
||||
.root
|
||||
__pycache__
|
||||
/build/*
|
||||
/example/build/*
|
||||
/gateway/build/*
|
||||
|
||||
/.vscode/*
|
||||
/.idea/*
|
||||
/.DS_Store
|
||||
/.env
|
||||
/build/*
|
||||
/.vs/*
|
||||
/.cache/*
|
||||
/testing/*.xlsx
|
||||
/testing/*.txt
|
||||
/update.cmd
|
||||
.vs
|
||||
/visualstudio/Debug/*
|
||||
/visualstudio/Release/*
|
||||
/visualstudio/x64/*
|
||||
/visualstudio/bbnet/*
|
||||
/visualstudio/.vs/*
|
||||
/visualstudio/bbnet.vcxproj.user
|
||||
|
||||
/x64/*
|
||||
/Debug/*
|
||||
/Release/*
|
||||
/bbnet/*
|
||||
|
||||
*.vcxproj.user
|
||||
/update.cmd
|
||||
|
||||
*.pcap
|
||||
*.win32
|
||||
*.linux
|
||||
*.linux2
|
||||
*.log
|
||||
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
__pycache__/*
|
||||
|
||||
/session*.md
|
||||
/skills/*
|
||||
|
||||
/.qoder/*
|
||||
/.opencode/*
|
||||
/.claude/*
|
||||
/.iflow/*
|
||||
|
||||
nul
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user