unit
authorChristian Grothoff <christian@grothoff.org>
Tue, 30 Nov 2010 14:24:14 +0000 (14:24 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 30 Nov 2010 14:24:14 +0000 (14:24 +0000)
src/include/gnunet_transport_service.h

index af09f02ce67a778c08fa6f9a02f3ac2a11a3b14f..f3a9c58ef072755edf777c6f970ae8f8a9f7e8d2 100644 (file)
@@ -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.
  *