Forward packets to not directly reachable hosts via UDP if possible.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 24 Oct 2009 19:53:01 +0000 (21:53 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 24 Oct 2009 19:53:01 +0000 (21:53 +0200)
If MTU probing discovered a node was not reachable via UDP, packets for it were
forwarded to the next hop, but always via TCP, even if the next hop was
reachable via UDP. This is now fixed by retrying to send the packet using
send_packet() if the destination is not the same as the nexthop.


No differences found