Only send packets via UDP if UDP communication is possible.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 3 Jan 2009 21:33:55 +0000 (22:33 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 3 Jan 2009 21:33:55 +0000 (22:33 +0100)
When no session key is known for a node, or when it is doing PMTU discovery but
no MTU probes have returned yet, packets are sent via TCP. Some logic is added
to make sure intermediate nodes continue forwarding via TCP.  The per-node
packet queue is now no longer necessary and has been removed.


No differences found