aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport.h')
-rw-r--r--src/transport/transport.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index 1c6aaa2a9..5384e7395 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -165,8 +165,8 @@ struct TransportRequestConnectMessage
165}; 165};
166 166
167/** 167/**
168 * Message used to set a particular bandwidth quota. Send TO the 168 * Message used to set a particular bandwidth quota. Sent TO the
169 * service to set an incoming quota, send FROM the service to update 169 * service to set an incoming quota, sent FROM the service to update
170 * an outgoing quota. 170 * an outgoing quota.
171 */ 171 */
172struct QuotaSetMessage 172struct QuotaSetMessage
@@ -311,7 +311,7 @@ struct AddressLookupMessage
311 /** 311 /**
312 * timeout to give up. 312 * timeout to give up.
313 */ 313 */
314 struct GNUNET_TIME_AbsoluteNBO timeout; 314 struct GNUNET_TIME_RelativeNBO timeout;
315 315
316 /** 316 /**
317 * Length of the (binary) address in bytes, in big-endian. 317 * Length of the (binary) address in bytes, in big-endian.