aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnu_name_system_service_ports.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnu_name_system_service_ports.h')
-rw-r--r--src/include/gnu_name_system_service_ports.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnu_name_system_service_ports.h b/src/include/gnu_name_system_service_ports.h
index a95941882..040e598b6 100644
--- a/src/include/gnu_name_system_service_ports.h
+++ b/src/include/gnu_name_system_service_ports.h
@@ -45,7 +45,7 @@ struct GNUNET_GNS_ServicePort
45 45
46struct GNUNET_GNS_ServicePort GNUNET_GNS_ServicePorts[] = { 46struct GNUNET_GNS_ServicePort GNUNET_GNS_ServicePorts[] = {
47 /** 47 /**
48 * LIGHTest trust policy scheme 48 * Used by Trust Scheme Authorities to publish information about Trust Schemes (LIGHTest)
49 */ 49 */
50 { 50 {
51 .name = "scheme", 51 .name = "scheme",
@@ -53,10 +53,10 @@ struct GNUNET_GNS_ServicePort GNUNET_GNS_ServicePorts[] = {
53 }, 53 },
54 54
55 /** 55 /**
56 * LIGHTest trust policy trustlist 56 * Used Trust Translation Authorities to publish information about Trust Translations (LIGHTest)
57 */ 57 */
58 { 58 {
59 .name = "trustlist", 59 .name = "translation",
60 .port = 49153 60 .port = 49153
61 }, 61 },
62 62