aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_nat_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_nat_service.h')
-rw-r--r--src/include/gnunet_nat_service.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_nat_service.h b/src/include/gnunet_nat_service.h
index 1620c9433..0dbc23e74 100644
--- a/src/include/gnunet_nat_service.h
+++ b/src/include/gnunet_nat_service.h
@@ -123,6 +123,12 @@ enum GNUNET_NAT_AddressClass
123 GNUNET_NAT_AC_EXTERN = 128, 123 GNUNET_NAT_AC_EXTERN = 128,
124 124
125 /** 125 /**
126 * Addresses that were manually configured by the user.
127 * Used as a bit in combination with #GNUNET_NAT_AC_GLOBAL.
128 */
129 GNUNET_NAT_AC_MANUAL = 256,
130
131 /**
126 * Bitmask for "any" address. 132 * Bitmask for "any" address.
127 */ 133 */
128 GNUNET_NAT_AC_ANY = 65535 134 GNUNET_NAT_AC_ANY = 65535