aboutsummaryrefslogtreecommitdiff
path: root/src/nat/nat.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-10-31 21:02:30 +0000
committerChristian Grothoff <christian@grothoff.org>2016-10-31 21:02:30 +0000
commitdb0bbaa1293f15ca825c69addfaa76beab40829e (patch)
tree5080d930bbe7a79934955c79e2a754f1988a742e /src/nat/nat.c
parent331e0e66df283db2d305bd6b80ac2b1896271d4f (diff)
downloadgnunet-db0bbaa1293f15ca825c69addfaa76beab40829e.tar.gz
gnunet-db0bbaa1293f15ca825c69addfaa76beab40829e.zip
-more work towards NAT service
Diffstat (limited to 'src/nat/nat.c')
-rw-r--r--src/nat/nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat/nat.c b/src/nat/nat.c
index 9a9ae18ac..08dd5dd1e 100644
--- a/src/nat/nat.c
+++ b/src/nat/nat.c
@@ -76,7 +76,7 @@ enum LocalAddressSource
76 */ 76 */
77 LAL_EXTERNAL_IP, 77 LAL_EXTERNAL_IP,
78 78
79 /** 79 /**
80 * Address was obtained by an external STUN server 80 * Address was obtained by an external STUN server
81 */ 81 */
82 LAL_EXTERNAL_STUN_IP, 82 LAL_EXTERNAL_STUN_IP,