Meta protocol overhaul. Tinc is now incompatible with previous versions,
furthermore this version does NOT work yet because of a problem with sending keys (these should be converted to base36 or something like that). It is possible to telnet to the tinc daemon now and type some commands by hand though :).
This commit is contained in:
parent
3219be5770
commit
ca6abd41ea
6 changed files with 216 additions and 315 deletions
|
|
@ -81,8 +81,6 @@ void free_conn_element(conn_list_t *p)
|
|||
cp
|
||||
if(p->hostname)
|
||||
free(p->hostname);
|
||||
if(p->pp)
|
||||
free(p->pp);
|
||||
if(p->sq)
|
||||
destroy_queue(p->sq);
|
||||
if(p->rq)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue