Initial commit: multi-peer torrent download engine
Reactor/loop-pool engine with TCP/µTP/MSE transports, per-connection pipelining, priority-driven piece selection with endgame, and the Python FFI test harness. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
commit
d8208685a2
55 changed files with 9989 additions and 0 deletions
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
build/
|
||||
build-asan/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.torrent
|
||||
interop/results/
|
||||
*.mkv
|
||||
Loading…
Add table
Add a link
Reference in a new issue