search for: add_edge_h

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

Did you mean: add_edge
2018 Dec 11
3
subnet flooded with lots of ADD_EDGE request
...elease, the same network blockage also manifested itself in a pure 1.0.33 network. The log shows that there are a lot of "Got ADD_EDGE from nodeX (192.168.0.1 port 655) which does not match existing entry" and it turns out that the mismatches were cuased by different weight received by add_edge_h(). This network is consists of ~4 hub nodes and 50+ leaf nodes. Sample hub config: Name = hub1 ConnectTo = hub2 ConnectTo = hub3 ConnectTo = hub4 Leaf looks like: Name = node1 ConnectTo = hub1 ConnectTo = hub2 ConnectTo = hub3 ConnectTo = hub4 Back to the days of pu...
2018 Dec 18
0
subnet flooded with lots of ADD_EDGE request
...age also manifested itself in a pure 1.0.33 > network. > > The log shows that there are a lot of "Got ADD_EDGE from nodeX > (192.168.0.1 port 655) which does not match existing entry" and it > turns out that the mismatches were cuased by different weight received > by add_edge_h(). > > This network is consists of ~4 hub nodes and 50+ leaf nodes. Sample > hub config: [...] Could you send me the output of "tincctl -n <netname> dump graph"? That would help me to try to reproduce the problem. Also, if you could do "tincctl -n <netname>...
2010 Sep 17
1
friend of a friend type darknets
Hi! here a little patch for darknet functionality, i hope it does what its intended for sufficiently ... but it seems to work :). what should it do? imagine your friend-network. A trusts B and C. B trusts D and E, D trust F, C trusts G. All trust relationships are mutal A <---> C <---> G ^ \ \-----> B <---> D <---> F ^ \ \---> E