async fn fetch_chunk(
ctx: &mut ChunkFetchContext<'_>,
channel: &ChannelPtr,
seeder: &FudSeeder,
chunks_to_query: &mut HashSet<Hash>,
) -> ChunkFetchControl
Expand description
Fetch a single chunk and return what should be done next
async fn fetch_chunk(
ctx: &mut ChunkFetchContext<'_>,
channel: &ChannelPtr,
seeder: &FudSeeder,
chunks_to_query: &mut HashSet<Hash>,
) -> ChunkFetchControl
Fetch a single chunk and return what should be done next