|
@@ -107,7 +107,6 @@ async fn hostlist_propagation(ex: Arc<Executor<'static>>) {
|
|
|
//outbound_connect_timeout: 10,
|
|
//outbound_connect_timeout: 10,
|
|
|
inbound_connections: usize::MAX,
|
|
inbound_connections: usize::MAX,
|
|
|
seeds: vec![],
|
|
seeds: vec![],
|
|
|
- hostlist: String::from("~/.local/darkfi/p2p-test/seed.tsv"),
|
|
|
|
|
peers: vec![],
|
|
peers: vec![],
|
|
|
allowed_transports: vec!["tcp".to_string()],
|
|
allowed_transports: vec!["tcp".to_string()],
|
|
|
node_id: "seed".to_string(),
|
|
node_id: "seed".to_string(),
|
|
@@ -136,7 +135,6 @@ async fn hostlist_propagation(ex: Arc<Executor<'static>>) {
|
|
|
//outbound_connect_timeout: 10,
|
|
//outbound_connect_timeout: 10,
|
|
|
inbound_connections: usize::MAX,
|
|
inbound_connections: usize::MAX,
|
|
|
seeds: vec![seed_addr.clone()],
|
|
seeds: vec![seed_addr.clone()],
|
|
|
- hostlist: format!("~/.local/darkfi/p2p-test/hosts{}.tsv", i),
|
|
|
|
|
peers,
|
|
peers,
|
|
|
allowed_transports: vec!["tcp".to_string()],
|
|
allowed_transports: vec!["tcp".to_string()],
|
|
|
node_id: i.to_string(),
|
|
node_id: i.to_string(),
|