aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-05 08:37:59 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-05 08:37:59 +0000
commit6d99e0c26d6cb6dc6e00f21b9a75327f30886f4f (patch)
tree542a78aa7f59ffd9208f517b14d49e3afeb03061 /src/transport/transport.h
parent3b289fa38ecb8b298efb43f3745c216092129fdc (diff)
downloadgnunet-6d99e0c26d6cb6dc6e00f21b9a75327f30886f4f.tar.gz
gnunet-6d99e0c26d6cb6dc6e00f21b9a75327f30886f4f.zip
use relative timeouts over network
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.