pub async fn fetch_chunks(
fud: &Fud,
hash: &Hash,
chunked: &mut ChunkedStorage,
dht_sub: &Subscription<DhtEvent<<Fud as DhtHandler>::Node, <Fud as DhtHandler>::Value>>,
favored_seeder: Option<FudSeeder>,
chunks: &mut HashSet<Hash>,
) -> Result<()>Expand description
Fetch chunks for chunked (file or directory) from seeders in seeders_sub.