Documentation

This commit is contained in:
Théophile Bastian 2016-11-24 14:39:12 +01:00
parent ce0b019e91
commit d4eccda003
1 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,9 @@ class Protocol {
void sendIHave(u64 id, u64 datId, u32 seqno);
/** Sends a IHave packet for `datId` */
u64 getSelfId() const { return selfId; }
/** Returns the ID of this node. */
private: //meth
void startPollNetwork();
void pollNetwork();