From 00345f593b114c6d1b96e1c16e8c17e4a7c5aa1d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 30 Nov 2010 14:24:14 +0000 Subject: [PATCH] unit --- src/include/gnunet_transport_service.h | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h index af09f02ce..f3a9c58ef 100644 --- a/src/include/gnunet_transport_service.h +++ b/src/include/gnunet_transport_service.h @@ -253,13 +253,13 @@ enum GNUNET_TRANSPORT_ATS_Property * Delay * Time between when the time packet is sent and the packet arrives * - * Unit: [μs] + * Unit: [ms] * * Examples: * - * LAN : 180 - * Dialup: 4000 - * WLAN : 7000 + * LAN : 1 + * WLAN : 2 + * Dialup: 500 */ GNUNET_TRANSPORT_ATS_QUALITY_NET_DELAY = 1028, @@ -268,7 +268,7 @@ enum GNUNET_TRANSPORT_ATS_Property * Time variations of the delay * 1st derivative of a delay function * - * Unit: [μs] + * Unit: [ms] */ GNUNET_TRANSPORT_ATS_QUALITY_NET_JITTER = 1029, @@ -383,8 +383,6 @@ struct GNUNET_TRANSPORT_ATS_Information }; - - /** * Function called by the transport for each received message. * -- 2.25.1