SIGHUP now causes resync with peers.
This commit is contained in:
parent
aa1be9fcad
commit
d75f2f7051
3 changed files with 27 additions and 2 deletions
|
@ -180,6 +180,12 @@ public:
|
|||
void terminate(ReasonForTermination reason,const char *reasonText)
|
||||
throw();
|
||||
|
||||
/**
|
||||
* Forget p2p links and resynchronize with peers
|
||||
*/
|
||||
void resync()
|
||||
throw();
|
||||
|
||||
/**
|
||||
* Get the ZeroTier version in major.minor.revision string format
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue