P2P File Share
A simple peer-to-peer file sharing system.
|
This is the complete list of members for FileInfo, including all inherited members.
FileInfo(const std::string &name, size_t size, const std::vector< std::string > &pieces, const std::string &hash) | FileInfo | inline |
from_string(const std::string &str) | FileInfo | inlinestatic |
hash | FileInfo | |
name | FileInfo | |
operator==(const FileInfo &lhs, const FileInfo &rhs) noexcept | FileInfo | friend |
pieces | FileInfo | |
size | FileInfo | |
to_string() const | FileInfo | inline |