SIGHUP now causes resync with peers.

This commit is contained in:
Adam Ierymenko 2014-01-29 17:24:55 -08:00
parent aa1be9fcad
commit d75f2f7051
3 changed files with 27 additions and 2 deletions

View file

@ -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
*