Don't send UDP probes past static relays.
authorEtienne Dechamps <etienne@edechamps.fr>
Sat, 14 Mar 2015 14:04:50 +0000 (14:04 +0000)
committerEtienne Dechamps <etienne@edechamps.fr>
Sat, 14 Mar 2015 14:04:50 +0000 (14:04 +0000)
commitfa432426df7e2e364e310ab4bac28e60f732a3c9
tree0ac34da6658efcb6313912bcc154e5754be389ab
parent6568cffd52d4803effaf52a9bb9c98d69cf7922a
Don't send UDP probes past static relays.

Ironically, commit 0f8e2cc78cafe47a087d3fc9b480551b841aeb30 introduced
a regression on its own, since it accidently removed a return statement
that prevented try_tx_sptps() from sending UDP/MTU probes to nodes that
are past static relays.
src/net_packet.c