This commit is contained in:
dr-frmr 2024-07-15 02:39:48 +02:00
parent 6ae6fb24fc
commit 4c4654c89d
No known key found for this signature in database
2 changed files with 7 additions and 0 deletions

View File

@ -224,6 +224,8 @@ async fn main() {
}
};
println!("our: {:?}\r", our);
// the boolean flag determines whether the runtime module is *public* or not,
// where public means that any process can always message it.
#[allow(unused_mut)]

View File

@ -757,6 +757,11 @@ pub async fn assign_routing(
ip & 0xFF
);
println!("routers: {:?}\r", routers);
println!("node_ip: {:?}\r", node_ip);
println!("ws: {:?}\r", ws);
println!("tcp: {:?}\r", tcp);
if !routers.is_empty() {
// indirect node
return Ok(());