aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-03-15 09:07:30 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-03-15 09:07:30 +0000
commiteb11823bf308688976715a0cb95e98b34c811c72 (patch)
treedcc51a64106bd78bf32daf1cd7487bfb4c27b64e /src/include
parent2f1a326dfce5dbd5cbe6bb597feb5b8831855e15 (diff)
downloadgnunet-eb11823bf308688976715a0cb95e98b34c811c72.tar.gz
gnunet-eb11823bf308688976715a0cb95e98b34c811c72.zip
doxygen
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_transport_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index ddc423517..0885ac565 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -281,7 +281,7 @@ struct GNUNET_TRANSPORT_GetHelloHandle;
281 * Checks if a neighbour is connected 281 * Checks if a neighbour is connected
282 * 282 *
283 * @param handle connection to transport service 283 * @param handle connection to transport service
284 * @peer the peer to check 284 * @param peer the peer to check
285 * @return GNUNET_YES or GNUNET_NO 285 * @return GNUNET_YES or GNUNET_NO
286 * 286 *
287 */ 287 */
@@ -301,7 +301,7 @@ GNUNET_TRANSPORT_check_neighbour_connected (struct GNUNET_TRANSPORT_Handle *hand
301 * 301 *
302 * Supported ATS values: 302 * Supported ATS values:
303 * GNUNET_ATS_QUALITY_NET_DELAY (value in ms) 303 * GNUNET_ATS_QUALITY_NET_DELAY (value in ms)
304 * GNUNET_ATS_QUALITY_NET_DISTANCE (value in #hops) 304 * GNUNET_ATS_QUALITY_NET_DISTANCE (value in count(hops))
305 * 305 *
306 * Example 306 * Example
307 * To enforce a delay of 10 ms for peer p1 in sending direction use: 307 * To enforce a delay of 10 ms for peer p1 in sending direction use: