search for: node_tree

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

Did you mean: inode_tree
2018 Nov 28
1
Fix issue with graphviz file format
Hello, Here's a quick patch to secure node names in generated graphviz network maps. Thanks for tinc!
2008 Sep 30
1
Problem compiling tinc-1.0.8 on gcc-2.95
...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.visited = false; + n->status.st.visited = false; nodes++; } @@ -103,8 +103,8 @@ for(node = edge_weight_tree->head; node; node = node->next) { e = node->data; - if(e->from->status.reachabl...
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