Allow connections to be closed.
This only closes existing meta connections, it may not affect node reachability.
This commit is contained in:
parent
f12c36afd5
commit
55ef2f806f
3 changed files with 54 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ enum request_type {
|
|||
REQ_PURGE,
|
||||
REQ_SET_DEBUG,
|
||||
REQ_RETRY,
|
||||
REQ_CONNECT,
|
||||
REQ_DISCONNECT,
|
||||
};
|
||||
|
||||
#define TINC_CTL_VERSION_CURRENT 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue