My Project 3.2.0
C++ Distributed Hash Table
|
Public Member Functions | |
template<typename Packer > | |
void | msgpack_pack (Packer &pk) const |
void | msgpack_unpack (msgpack::object o) |
Public Attributes | |
InfoHash | id |
SockAddr | addr |
Friends | |
OPENDHT_PUBLIC friend std::ostream & | operator<< (std::ostream &s, const NodeExport &h) |
Definition at line 28 of file node_export.h.
|
inline |
Definition at line 33 of file node_export.h.
SockAddr dht::NodeExport::addr |
Definition at line 30 of file node_export.h.
InfoHash dht::NodeExport::id |
Definition at line 29 of file node_export.h.