Added purge_tree for connection_t's which are no longer in the connection,
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 20 Jul 2001 20:25:10 +0000 (20:25 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 20 Jul 2001 20:25:10 +0000 (20:25 +0000)
commit12f6b80429bc05a828051d72cc46f173e4657180
tree60ae4eeac67c3ee160da898919cc8ecdc5b315dd
parent37ed4265fa73d4c06c74362514d78c92029b2f05
Added purge_tree for connection_t's which are no longer in the connection,
active or id trees, but which may still be referenced. This tree is flushed
when it is safe, this replaces purge_connection_tree().

Also lots of bugfixes related to the new trees.
src/connection.c
src/connection.h
src/net.c
src/protocol.c
src/route.c