rns-core 0.1.9

Wire protocol, transport routing, and link/resource engine for the Reticulum Network Stack
Documentation
1
2
3
4
5
6
7
8
9
pub mod engine;
pub mod types;

pub use engine::HolePunchEngine;
pub use types::{
    Endpoint, HolePunchAction, HolePunchError, HolePunchState, ProbeProtocol, REJECT_BUSY,
    REJECT_POLICY, REJECT_UNSUPPORTED, UPGRADE_ACCEPT, UPGRADE_COMPLETE, UPGRADE_READY,
    UPGRADE_REJECT, UPGRADE_REQUEST,
};