Lots of cleanup, more work on certificates, some security fixes.
This commit is contained in:
parent
58fa6cab43
commit
46f868bd4f
13 changed files with 632 additions and 216 deletions
|
@ -179,6 +179,13 @@ public:
|
|||
*/
|
||||
void requestWhois(const Address &addr);
|
||||
|
||||
/**
|
||||
* Cancel WHOIS for an address
|
||||
*
|
||||
* @param addr Address to cancel
|
||||
*/
|
||||
void cancelWhoisRequest(const Address &addr);
|
||||
|
||||
/**
|
||||
* Run any processes that are waiting for this peer
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue