Allow configuring Yamux window size (#7916)

This commit is contained in:
Pierre Krieger
2021-01-18 11:10:47 +01:00
committed by GitHub
parent 13cb98522b
commit c58a2d9a74
4 changed files with 38 additions and 1 deletions
@@ -175,6 +175,7 @@ impl NetworkParams {
max_parallel_downloads: self.max_parallel_downloads,
allow_non_globals_in_dht,
kademlia_disjoint_query_paths: self.kademlia_disjoint_query_paths,
yamux_window_size: None,
}
}
}