Send cancellations on steal
This commit is contained in:
parent
841c84ff25
commit
6a23f311e1
4 changed files with 62 additions and 44 deletions
|
|
@ -19,7 +19,7 @@ pub struct PieceInfo {
|
|||
pub len: u32,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
|
||||
pub struct ChunkInfo {
|
||||
pub piece_index: ValidPieceIndex,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue