aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-05-22 09:57:18 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-05-22 09:57:18 +0000
commit58243199da1c8959f3a86d5ec848575f97ca6e94 (patch)
tree0b1accdbb672fe5c36af033f59a955c910e41a86 /src/ats/ats.h
parent17a97ae662262369a0610e5a9a52f49d4ef03e91 (diff)
downloadgnunet-58243199da1c8959f3a86d5ec848575f97ca6e94.tar.gz
gnunet-58243199da1c8959f3a86d5ec848575f97ca6e94.zip
- suggest backoff reset
Diffstat (limited to 'src/ats/ats.h')
-rw-r--r--src/ats/ats.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ats/ats.h b/src/ats/ats.h
index 30ca29580..f4c3d9fba 100644
--- a/src/ats/ats.h
+++ b/src/ats/ats.h
@@ -61,6 +61,15 @@ struct RequestAddressMessage
61 struct GNUNET_PeerIdentity peer; 61 struct GNUNET_PeerIdentity peer;
62}; 62};
63 63
64struct ResetBackoffMessage
65{
66 struct GNUNET_MessageHeader header;
67
68 uint32_t reserved GNUNET_PACKED;
69
70 struct GNUNET_PeerIdentity peer;
71};
72
64 73
65struct AddressUpdateMessage 74struct AddressUpdateMessage
66{ 75{