From 1ed484dfdf1676d92e95b9ed262abc28ca7b3aee Mon Sep 17 00:00:00 2001 From: Bruno Cabral Date: Mon, 15 Jun 2015 05:46:13 +0000 Subject: Initial import of STUN support --- src/nat/nat.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/nat/nat.c') diff --git a/src/nat/nat.c b/src/nat/nat.c index 85b55138d..907728fb4 100644 --- a/src/nat/nat.c +++ b/src/nat/nat.c @@ -69,6 +69,11 @@ enum LocalAddressSource * given in the configuration (i.e. hole-punched DynDNS setup). */ LAL_EXTERNAL_IP, + + /** + * Address was obtained by an external STUN server + */ + LAL_EXTERNAL_STUN_IP, /** * Address was obtained by DNS resolution of the external hostname -- cgit v1.2.3