From: Etienne Dechamps Date: Sat, 14 Mar 2015 14:04:50 +0000 (+0000) Subject: Don't send UDP probes past static relays. X-Git-Tag: release-1.1pre12~189^2 X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;ds=sidebyside;h=fa432426df7e2e364e310ab4bac28e60f732a3c9;hp=fa432426df7e2e364e310ab4bac28e60f732a3c9;p=tinc 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. ---