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.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h
index cbbefb7e1..ceeaf9c0d 100644
--- a/src/transport/transport.h
+++ b/src/transport/transport.h
@@ -416,17 +416,20 @@ struct ValidationIterateResponseMessage
416 uint32_t state GNUNET_PACKED; 416 uint32_t state GNUNET_PACKED;
417 417
418 /** 418 /**
419 * FIXME 419 * At what time did we successfully validate the address last.
420 * Will be NEVER if the address failed validation.
420 */ 421 */
421 struct GNUNET_TIME_AbsoluteNBO last_validation; 422 struct GNUNET_TIME_AbsoluteNBO last_validation;
422 423
423 /** 424 /**
424 * FIXME 425 * Until when is the address believed to be valid.
426 * Will be ZERO if the address is not belived to be valid.
425 */ 427 */
426 struct GNUNET_TIME_AbsoluteNBO valid_until; 428 struct GNUNET_TIME_AbsoluteNBO valid_until;
427 429
428 /** 430 /**
429 * FIXME 431 * When will we next try to validate the address (typically
432 * done before @e valid_until happens).
430 */ 433 */
431 struct GNUNET_TIME_AbsoluteNBO next_validation; 434 struct GNUNET_TIME_AbsoluteNBO next_validation;
432}; 435};