aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-05 00:53:22 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-05 00:53:22 +0000
commit15dd8e6cc1199d611d804853e134882bf13b234a (patch)
tree7cc90886eabe8d0ffa397a319e12a87042d0ba28 /src/include/gnunet_protocols.h
parentbf6a2c9deeff7a3b384eb029d8267d6099066df3 (diff)
downloadgnunet-15dd8e6cc1199d611d804853e134882bf13b234a.tar.gz
gnunet-15dd8e6cc1199d611d804853e134882bf13b234a.zip
Various changes:
- removed "in_use" from being passed to ATS, no longer needed as we tell ATS when we cannot follow a suggestion by removing the address; simplifies the code a lot - better handling of state machine, fallback to primary session if address switch to new session timed out - nicer logging - more comments - new testcase failures, because of #3652, #3651 and #3650 (or more that i missed).
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 57bbdfceb..fa21ce97a 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -1148,18 +1148,6 @@ extern "C"
1148#define GNUNET_MESSAGE_TYPE_ATS_SESSION_RELEASE 350 1148#define GNUNET_MESSAGE_TYPE_ATS_SESSION_RELEASE 350
1149 1149
1150/** 1150/**
1151 * Type of the 'struct AddressUseMessage' sent by ATS to client
1152 * to confirm that an address is used or not used anymore
1153 */
1154#define GNUNET_MESSAGE_TYPE_ATS_ADDRESS_IN_USE 351
1155
1156/**
1157 * Type of the 'struct AddressUseMessage' sent by ATS to client
1158 * to confirm that an address is used or not used anymore
1159 */
1160#define GNUNET_MESSAGE_TYPE_ATS_RESET_BACKOFF 352
1161
1162/**
1163 * Type of the 'struct AddressUpdateMessage' sent by client to ATS 1151 * Type of the 'struct AddressUpdateMessage' sent by client to ATS
1164 * to add a new address 1152 * to add a new address
1165 */ 1153 */