From: Christian Grothoff Date: Tue, 30 Nov 2010 14:24:14 +0000 (+0000) Subject: unit X-Git-Tag: initial-import-from-subversion-38251~19581 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=00345f593b114c6d1b96e1c16e8c17e4a7c5aa1d;p=oweals%2Fgnunet.git unit --- 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. *