search for: connection_tree

Displaying 3 results from an estimated 3 matches for "connection_tree".

2008 Sep 30
1
Problem compiling tinc-1.0.8 on gcc-2.95
...f union connection_status_t { + struct status_bits_s st; uint32_t value; } connection_status_t; diff -ubr tinc-1.0.8/src/graph.c tinc-1.0.8.my/src/graph.c --- tinc-1.0.8/src/graph.c Fri Jan 5 13:37:51 2007 +++ tinc-1.0.8.my/src/graph.c Thu Sep 25 11:56:40 2008 @@ -81,7 +81,7 @@ for(node = connection_tree->head; node; node = node->next) { c = node->data; - c->status.mst = false; + c->status.st.mst = false; } /* Do we have something to do at all? */ @@ -95,7 +95,7 @@ for(node = node_tree->head; node; node = node->next) { n = node->data; - n->status.visite...
2006 Jun 01
1
Random crashes after sighup
..._outgoing_connection(c); + if (c->outgoing) + do_outgoing_connection(c); + else + terminate_connection(c, false); continue; } } @@ -427,13 +430,14 @@ } /* Close connections to hosts that have a changed or deleted host config file */ - for(node = connection_tree->head; node; node = node->next) { c = node->data; - + if(c->outgoing) { - free(c->outgoing->name); - freeaddrinfo(c->outgoing->ai); + if (c->outgoing->name) + free(c->outgoing->name); + if (c->outgoing->ai) + freeaddr...
2007 Jul 21
2
tincctl patches
(Second try to send this. I wonder if the first one gotten eaten by a spam filter; I'll link to patches instead of attaching them.) Here are the tincctl patches I've been working on. They apply to http://www.tinc-vpn.org/svn/tinc/branches/1.1@1545. I intend to commit them once the crypto stuff's fixed. Since they're basically done, I'm emailing them now for review and in case