aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_ats_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_ats_service.h')
-rw-r--r--src/include/gnunet_ats_service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_ats_service.h b/src/include/gnunet_ats_service.h
index bc5148de9..9a4bb6d6b 100644
--- a/src/include/gnunet_ats_service.h
+++ b/src/include/gnunet_ats_service.h
@@ -133,7 +133,7 @@ enum GNUNET_ATS_Property
133 * Delay 133 * Delay
134 * Time between when the time packet is sent and the packet arrives 134 * Time between when the time packet is sent and the packet arrives
135 * 135 *
136 * Unit: [ms] 136 * Unit: [microseconds]
137 * 137 *
138 * Examples: 138 * Examples:
139 * 139 *
@@ -905,8 +905,8 @@ enum GNUNET_ATS_PreferenceKind
905 * Change the peer's latency value to the given amount. The 905 * Change the peer's latency value to the given amount. The
906 * argument is followed by a double value giving the desired value 906 * argument is followed by a double value giving the desired value
907 * (can be negative). The absolute score in the goal function is 907 * (can be negative). The absolute score in the goal function is
908 * the inverse of the latency in ms (minimum: 1 ms) multiplied by 908 * the inverse of the latency in microseconds (minimum: 1
909 * the latency preferences. 909 * microsecond) multiplied by the latency preferences.
910 */ 910 */
911 GNUNET_ATS_PREFERENCE_LATENCY 911 GNUNET_ATS_PREFERENCE_LATENCY
912}; 912};