From: Guus Sliepen Date: Sun, 7 Oct 2012 19:02:40 +0000 (+0200) Subject: Refactor outgoing connection handling. X-Git-Tag: import-tinc-1.1~271 X-Git-Url: http://git.meshlink.io/?a=commitdiff_plain;h=ce059e36fdb3d3049c278e8b2f36b03c93778996;hp=ce059e36fdb3d3049c278e8b2f36b03c93778996;p=meshlink Refactor outgoing connection handling. 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. ---