<div dir="ltr"><span style="font-size:12.8px">Hello,</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">We are using <span class="gmail-il">tinc</span> 1.0.24 with switch mode. Some questions regarding to the UDP connections on <span class="gmail-il">tinc</span>.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">As far as I understand <span class="gmail-il">tinc</span> is building meta connections with "ConnectTo", and "ADD_EDGE" packet. With the help of EDGE info two nodes who don't have direct meta connection are able to communicate through direct UDP connection. </div><div style="font-size:12.8px"> </div><div style="font-size:12.8px">I understand we can dump the meta connection using USR2 signal. However is there a way to know if a direct UDP connection exists between two nodes? <br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">UDP connection will fall back to the meta connection(with next-hop..) if the direct UDP fails, but what are the possible reasons for its failure?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Currently we have a connection like below:</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">A-->H</div><div style="font-size:12.8px">G-->H</div><div style="font-size:12.8px">D-->A</div><div style="font-size:12.8px">E-->A</div><div style="font-size:12.8px">F-->A</div><div style="font-size:12.8px">If we try to send packets directly from G to D, seems the direct UDP connection always fails and it is going to path G-->H-->A-->D, however somehow it got broadcasted during the process, because I can see that message on E and F. Does this even make sense?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Any suggestion will be appreciated.</div><div style="font-size:12.8px">Thank you.</div></div>