From: Etienne Dechamps Date: Mon, 29 Dec 2014 17:05:19 +0000 (+0000) Subject: Move try_mtu() closer to try_tx(). X-Git-Tag: release-1.1pre12~240 X-Git-Url: http://tinc-vpn.org/git/browse?a=commitdiff_plain;h=97cf4783188b8027d2309ce594fea5fc6daf31d1;hp=97cf4783188b8027d2309ce594fea5fc6daf31d1;p=tinc Move try_mtu() closer to try_tx(). This moves related functions together, and is a pure cut-and-paste change. The reason it was not done in the previous commit is because it would have made the diff harder to review. ---