Allow connections to be closed.

This only closes existing meta connections, it may not affect node
reachability.
This commit is contained in:
Guus Sliepen 2009-12-16 21:16:56 +01:00
parent f12c36afd5
commit 55ef2f806f
3 changed files with 54 additions and 0 deletions

View file

@ -35,6 +35,8 @@ enum request_type {
REQ_PURGE,
REQ_SET_DEBUG,
REQ_RETRY,
REQ_CONNECT,
REQ_DISCONNECT,
};
#define TINC_CTL_VERSION_CURRENT 0