search for: connection_del

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

2012 Jun 26
1
Segmentation fault with latest 1.1 revision
Hello, I am trying 1.1 branch and I experience a segmentation fault upon ALRM signal. This looks like a race condition. I have my tincd daemon instantiated manually in if-up.d/jmuchemb (without IF_TINC_NET) and when if-up.d/tinc runs, it sends a ALRM signal that makes tincd crash. It fails here: Core was generated by `tincd -D -n jmuchemb -d -o ConnectTo srv -o srv.Address 81.x.y.z -o
2008 Sep 30
1
Problem compiling tinc-1.0.8 on gcc-2.95
...hable) { + if(!n->status.st.reachable) { for(enode = edge_weight_tree->head; enode; enode = enext) { enext = enode->next; e = enode->data; @@ -127,7 +127,7 @@ next = node->next; c = node->data; - if(c->status.remove) { + if(c->status.st.remove) { connection_del(c); if(!connection_tree->head) purge(); @@ -167,14 +167,14 @@ { cp(); - if(c->status.remove) + if(c->status.st.remove) return; ifdebug(CONNECTIONS) logger(LOG_NOTICE, _("Closing connection with %s (%s)"), c->name, c->hostname); - c->status.r...
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