ringdrop 0.6.0

P2P streamed file transfer with ring-based access control, built on iroh and bao protocols
Documentation
1
2
3
4
5
6
7
8
pub mod client;
pub mod pid;
pub mod protocol;
pub mod server;

/// Maximum byte length of a single IPC request or response line
/// in the wire protocol.
pub(crate) const MAX_LINE_BYTES: usize = 512 * 1024;