aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-30 14:24:14 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-30 14:24:14 +0000
commit00345f593b114c6d1b96e1c16e8c17e4a7c5aa1d (patch)
tree53d4f6c77f2fb0d1724a36e93a5259000573ebc7
parentc1c5fa7d21fbacf2135d3006af5edc28c91cfa26 (diff)
downloadgnunet-00345f593b114c6d1b96e1c16e8c17e4a7c5aa1d.tar.gz
gnunet-00345f593b114c6d1b96e1c16e8c17e4a7c5aa1d.zip
unit
-rw-r--r--src/include/gnunet_transport_service.h12
1 files 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
253 * Delay 253 * Delay
254 * Time between when the time packet is sent and the packet arrives 254 * Time between when the time packet is sent and the packet arrives
255 * 255 *
256 * Unit: [μs] 256 * Unit: [ms]
257 * 257 *
258 * Examples: 258 * Examples:
259 * 259 *
260 * LAN : 180 260 * LAN : 1
261 * Dialup: 4000 261 * WLAN : 2
262 * WLAN : 7000 262 * Dialup: 500
263 */ 263 */
264 GNUNET_TRANSPORT_ATS_QUALITY_NET_DELAY = 1028, 264 GNUNET_TRANSPORT_ATS_QUALITY_NET_DELAY = 1028,
265 265
@@ -268,7 +268,7 @@ enum GNUNET_TRANSPORT_ATS_Property
268 * Time variations of the delay 268 * Time variations of the delay
269 * 1st derivative of a delay function 269 * 1st derivative of a delay function
270 * 270 *
271 * Unit: [μs] 271 * Unit: [ms]
272 */ 272 */
273 GNUNET_TRANSPORT_ATS_QUALITY_NET_JITTER = 1029, 273 GNUNET_TRANSPORT_ATS_QUALITY_NET_JITTER = 1029,
274 274
@@ -383,8 +383,6 @@ struct GNUNET_TRANSPORT_ATS_Information
383}; 383};
384 384
385 385
386
387
388/** 386/**
389 * Function called by the transport for each received message. 387 * Function called by the transport for each received message.
390 * 388 *