Always keep UDP mappings alive for nodes that also have a meta-connection.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 11 Jan 2015 12:31:01 +0000 (13:31 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 11 Jan 2015 12:31:01 +0000 (13:31 +0100)
commiteb7a0db18ea71a44999d6a37b4b179dac0ed9bc7
tree2fb0aad1e947ce6ce8951ab839fad0b080112aa6
parent545ecb339654573b3ee91bffb45c8282154885c6
Always keep UDP mappings alive for nodes that also have a meta-connection.

This is necessary for assisting with UDP hole punching. But we don't
need to know the PMTU for this, so only send UDP probes.
src/net.c
src/net.h
src/net_packet.c