aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_ats_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_ats_service.h')
-rw-r--r--src/include/gnunet_ats_service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_ats_service.h b/src/include/gnunet_ats_service.h
index 92572c72b..68ba8e6b2 100644
--- a/src/include/gnunet_ats_service.h
+++ b/src/include/gnunet_ats_service.h
@@ -94,7 +94,7 @@ struct GNUNET_ATS_Properties
94 94
95 /** 95 /**
96 * Distance on network layer (required for distance-vector routing) 96 * Distance on network layer (required for distance-vector routing)
97 * in hops. Zero for direct connections (i.e. plain TCP/UDP). 97 * in hops. Zero for direct connections (e.g. plain TCP/UDP).
98 */ 98 */
99 unsigned int distance; 99 unsigned int distance;
100 100
@@ -136,7 +136,7 @@ struct GNUNET_ATS_PropertiesNBO
136 136
137 /** 137 /**
138 * Distance on network layer (required for distance-vector routing) 138 * Distance on network layer (required for distance-vector routing)
139 * in hops. Zero for direct connections (i.e. plain TCP/UDP). 139 * in hops. Zero for direct connections (e.g. plain TCP/UDP).
140 */ 140 */
141 uint32_t distance GNUNET_PACKED; 141 uint32_t distance GNUNET_PACKED;
142 142
@@ -308,7 +308,7 @@ struct GNUNET_ATS_AddressRecord;
308 * 308 *
309 * @param sh handle 309 * @param sh handle
310 * @param address the address 310 * @param address the address
311 * @param session session handle (if available, i.e. for incoming connections) 311 * @param session session handle (if available, e.g for incoming connections)
312 * @param prop performance data for the address 312 * @param prop performance data for the address
313 * @return handle to the address representation inside ATS, NULL 313 * @return handle to the address representation inside ATS, NULL
314 * on error (i.e. ATS knows this exact address already, or 314 * on error (i.e. ATS knows this exact address already, or