spacedrive/crates/p2p
Oscar Beaumont 58dd5c5d3e
More More P2P Docs (#2525)
* Docs

* Clarify relay upgrades

* caaaaalapse

* Cleanup `sd_p2p_tunnel`
2024-05-31 07:51:59 +00:00
..
crates More More P2P Docs (#2525) 2024-05-31 07:51:59 +00:00
src More P2P docs (#2492) 2024-05-30 21:48:12 +08:00
Cargo.toml More P2P docs (#2492) 2024-05-30 21:48:12 +08:00
README.md Rename P2P crate (#2207) 2024-03-14 04:38:31 +00:00

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!