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:
Guus Sliepen 2000-05-01 18:07:12 +00:00
parent 3219be5770
commit ca6abd41ea
6 changed files with 216 additions and 315 deletions

View file

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