Displaying 2 results from an estimated 2 matches for "splay_tree".
2018 Feb 27
2
tinc 1.1: missing PONG
...callback might have deleted the io (e.g. through terminate_connection()), so we can't fire the
- write callback here. Instead, we loop back and let the writable io loop above handle it.
- */
+ /* Just poll the next time through. */
+ timeout_ms = 0;
}
}
diff --git a/src/splay_tree.c b/src/splay_tree.c
index 2b6186f..ca83022 100644
--- a/src/splay_tree.c
+++ b/src/splay_tree.c
@@ -581,6 +581,7 @@ void splay_unlink_node(splay_tree_t *tree, splay_node_t *node) {
}
tree->count--;
+ tree->generation++;
}
void splay_delete_node(splay_tree_t *tree, splay_node_t *nod...
2012 Apr 02
4
What I need to install Tinc 1.1pre2?
Hi to everybody,
Can anybody tell me what packages I need to install Tinc 1.1pre2 in a server that it had installed a previous version installed?
I tried to install it and when I execute the "make" it give me a lot of errors.
Best regards,
Ramses