aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_addresses.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-23 17:19:53 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-23 17:19:53 +0100
commit61787bfa37e0ac5998e01d9c4806600033c19c74 (patch)
tree1ceb843f63aa076682ebfa2de2250dc32ee65004 /src/ats/gnunet-service-ats_addresses.h
parent4a3be482811fe8ed1502fea2c12a8449b560a99e (diff)
downloadgnunet-61787bfa37e0ac5998e01d9c4806600033c19c74.tar.gz
gnunet-61787bfa37e0ac5998e01d9c4806600033c19c74.zip
rename fest: use new libgnunetnt instead of old libgnunetats logic for network type classification
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