aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_addresses.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/gnunet-service-ats_addresses.h')
-rw-r--r--src/ats/gnunet-service-ats_addresses.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ats/gnunet-service-ats_addresses.h b/src/ats/gnunet-service-ats_addresses.h
index d4dc483eb..7b9472a67 100644
--- a/src/ats/gnunet-service-ats_addresses.h
+++ b/src/ats/gnunet-service-ats_addresses.h
@@ -57,14 +57,14 @@
57 * network an inbound and outbound quota will be specified. The available 57 * network an inbound and outbound quota will be specified. The available
58 * networks and addtional helper varaibles are defined in 58 * networks and addtional helper varaibles are defined in
59 * gnunet_ats_service.h. At the moment 5 networks are defined: 59 * gnunet_ats_service.h. At the moment 5 networks are defined:
60 * * GNUNET_ATS_NET_UNSPECIFIED 60 * * GNUNET_NT_UNSPECIFIED
61 * * GNUNET_ATS_NET_LOOPBACK 61 * * GNUNET_NT_LOOPBACK
62 * * GNUNET_ATS_NET_LAN 62 * * GNUNET_NT_LAN
63 * * GNUNET_ATS_NET_WAN 63 * * GNUNET_NT_WAN
64 * * GNUNET_ATS_NET_WLAN 64 * * GNUNET_NT_WLAN
65 * 65 *
66 * The total number of networks defined is stored in 66 * The total number of networks defined is stored in
67 * GNUNET_ATS_NetworkTypeCount GNUNET_ATS_NetworkType can be used array 67 * GNUNET_NT_COUNT GNUNET_ATS_NetworkType can be used array
68 * initializer for an int array, while GNUNET_ATS_NetworkType is an 68 * initializer for an int array, while GNUNET_ATS_NetworkType is an
69 * initializer for a char array containing a string description of all 69 * initializer for a char array containing a string description of all
70 * networks 70 * networks