Move try_sptps() closer to try_tx().
authorEtienne Dechamps <etienne@edechamps.fr>
Sun, 28 Dec 2014 17:29:03 +0000 (17:29 +0000)
committerEtienne Dechamps <etienne@edechamps.fr>
Thu, 1 Jan 2015 17:40:15 +0000 (17:40 +0000)
commit5d6478b9fbb7379fe6017b2b74c0f1ccb3d2501f
tree9b80696b2b5aa3d222de256ceec9580a971b8b00
parent81578484dc74fd92f1b01f71f882016f120ab1de
Move try_sptps() closer to try_tx().

This moves related functions together. try_tx() is at the right place
since its only caller is send_packet().

This 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