Struct everscale_network::rldp::Node
source · pub struct Node { /* private fields */ }Expand description
Reliable UDP transport layer
Implementations§
source§impl Node
impl Node
sourcepub fn new(
adnl: Arc<Node>,
subscribers: Vec<Arc<dyn QuerySubscriber>>,
options: NodeOptions
) -> Result<Arc<Self>>
pub fn new( adnl: Arc<Node>, subscribers: Vec<Arc<dyn QuerySubscriber>>, options: NodeOptions ) -> Result<Arc<Self>>
Create new RLDP node on top of the given ADNL node