This website requires JavaScript.
Explore
Help
Sign In
dlss
/
FedP2P
Watch
4
Star
0
Fork
You've already forked FedP2P
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
8e3aa89286
FedP2P
/
metainfo
/
piece_key.go
8 lines
104 B
Go
Raw
Normal View
History
Unescape
Escape
Remove the InfoEx type, and don't generate its infohash on the fly Fixes #106.
2016-08-26 18:29:05 +08:00
package
metainfo
Comment on metainfo.PieceKey
2016-09-16 09:18:36 +08:00
// Uniquely identifies a piece.
Remove the InfoEx type, and don't generate its infohash on the fly Fixes #106.
2016-08-26 18:29:05 +08:00
type
PieceKey
struct
{
InfoHash
Hash
Index
int
}