Refactor outgoing connection handling.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 7 Oct 2012 19:02:40 +0000 (21:02 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 7 Oct 2012 19:02:40 +0000 (21:02 +0200)
Struct outgoing_ts and connection_ts were depending too much on each other,
causing lots of problems, especially the reuse of a connection_t. Now, whenever
a connection is closed it is immediately removed from the list of connections
and destroyed.


No differences found