diff options
Diffstat (limited to 'src/transport/transport.h')
-rw-r--r-- | src/transport/transport.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/transport/transport.h b/src/transport/transport.h index 7e0d9c2d4..b9c61f306 100644 --- a/src/transport/transport.h +++ b/src/transport/transport.h @@ -743,6 +743,12 @@ struct GNUNET_TRANSPORT_IncomingMessage uint64_t fc_id GNUNET_PACKED; /** + * How long does the communicator believe the address on which + * the message was received to remain valid? + */ + struct GNUNET_TIME_RelativeNBO expected_address_validity; + + /** * Sender identifier. */ struct GNUNET_PeerIdentity sender; |