async fn handle_chunk_reply(
ctx: &mut ChunkFetchContext<'_>,
chunk_hash: &Hash,
reply: &FudChunkReply,
seeder: &FudSeeder,
start_time: &Instant,
) -> ChunkFetchControl
Expand description
Processes an incoming chunk
async fn handle_chunk_reply(
ctx: &mut ChunkFetchContext<'_>,
chunk_hash: &Hash,
reply: &FudChunkReply,
seeder: &FudSeeder,
start_time: &Instant,
) -> ChunkFetchControl
Processes an incoming chunk