build: vendor dependencies as submodules

This commit is contained in:
ookami125 2026-06-24 23:51:21 -04:00
parent 252bc8140b
commit bc1eb5a08e
8 changed files with 23 additions and 8 deletions

View file

@ -1,6 +1,6 @@
/* naut_swarm — multi-peer download driver built on the torrent-peer engine.
*
* The engine (../torrent-peer, engine.h) owns all peer sockets, the wire
* The engine (external/torrent-peer, engine.h) owns all peer sockets, the wire
* protocol, the request pipeline, transports (TCP/µTP/MSE), and piece selection.
* This driver:
* - parses the .torrent / magnet and (for magnet) fetches the info dict,