Move try_mtu() closer to try_tx().
authorEtienne Dechamps <etienne@edechamps.fr>
Mon, 29 Dec 2014 17:05:19 +0000 (17:05 +0000)
committerEtienne Dechamps <etienne@edechamps.fr>
Thu, 1 Jan 2015 17:40:15 +0000 (17:40 +0000)
commit97cf4783188b8027d2309ce594fea5fc6daf31d1
treea8c0a17f7a762d3b1d75146a02e285c7a9edd2ff
parent98716a227ee39fdcdfafa7309adb73499311a2ce
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.
src/net_packet.c