aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 602137f98..d992c9fb7 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -174,16 +174,19 @@ extern "C"
174#define GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_REPLY 28 174#define GNUNET_MESSAGE_TYPE_TRANSPORT_ADDRESS_REPLY 28
175 175
176/** 176/**
177 * Change in blacklisting status of a peer. 177 * Register a client that wants to do blacklisting.
178 */ 178 */
179#define GNUNET_MESSAGE_TYPE_TRANSPORT_BLACKLIST 29 179#define GNUNET_MESSAGE_TYPE_TRANSPORT_BLACKLIST_INIT 29
180 180
181/** 181/**
182 * Request to transport to notify us about any blacklisting status 182 * Query to a blacklisting client (is this peer blacklisted)?
183 * changes on this connection (and to immediately send all
184 * active blacklist entries).
185 */ 183 */
186#define GNUNET_MESSAGE_TYPE_TRANSPORT_BLACKLIST_NOTIFY 30 184#define GNUNET_MESSAGE_TYPE_TRANSPORT_BLACKLIST_QUERY 30
185
186/**
187 * Reply from blacklisting client (answer to blacklist query).
188 */
189#define GNUNET_MESSAGE_TYPE_TRANSPORT_BLACKLIST_REPLY 31
187 190
188/** 191/**
189 * Transport PING message 192 * Transport PING message