feat: add on_piece_completed method on TorrentStorage
This commit is contained in:
parent
67f984ac6f
commit
35d57ae8a2
10 changed files with 100 additions and 18 deletions
|
|
@ -99,7 +99,7 @@ impl Serialize for YourIP {
|
|||
IpAddr::V6(ipv6) => {
|
||||
let buf = ipv6.octets();
|
||||
serializer.serialize_bytes(&buf)
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue