Documentation
This commit is contained in:
parent
ce0b019e91
commit
d4eccda003
1 changed files with 3 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue