mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
* Add range to `SpaceblockRequest` * Determine if file should be served from P2P * Feature flag serveFromP2P + fix `ServeFrom` logic * wip: yeet files over P2P * Just work, argh * restore backend feature flags after restart * cleanup
Spacedrive's P2P Crate
Functionality
This crate handles low-level P2P networking and the transferring of data between machines across a network.
Credits
We'd like to give credit towards both the libp2p developers/maintainers, as well as the Syncthing BEP Protocol's designers, developers and maintainers - our implementation was heavily inspired by the protocol and made our lives a lot easier. Thank you!