aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_communication_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-01-26 12:27:50 +0100
committerChristian Grothoff <christian@grothoff.org>2019-01-26 12:27:50 +0100
commitcb26df28be6f46898c34d7e8957baa86fa56ed11 (patch)
tree04fb4a82c0b3f823ff6c577efa10d36c74275b3e /src/include/gnunet_transport_communication_service.h
parentd1a4a8f64bba3399d16b2717c67f00957963983b (diff)
downloadgnunet-cb26df28be6f46898c34d7e8957baa86fa56ed11.tar.gz
gnunet-cb26df28be6f46898c34d7e8957baa86fa56ed11.zip
data structures for defragmentation
Diffstat (limited to 'src/include/gnunet_transport_communication_service.h')
-rw-r--r--src/include/gnunet_transport_communication_service.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/gnunet_transport_communication_service.h b/src/include/gnunet_transport_communication_service.h
index 307f6688a..1cfc82540 100644
--- a/src/include/gnunet_transport_communication_service.h
+++ b/src/include/gnunet_transport_communication_service.h
@@ -308,6 +308,10 @@ GNUNET_TRANSPORT_communicator_address_remove (struct GNUNET_TRANSPORT_AddressIde
308 * only be done if the communicator is uni-directional (i.e. cannot 308 * only be done if the communicator is uni-directional (i.e. cannot
309 * send the message back itself). 309 * send the message back itself).
310 * 310 *
311 * While backchannel messages are signed and encrypted, communicators
312 * must protect against replay attacks when using this backchannel
313 * communication!
314 *
311 * @param ch handle of this communicator 315 * @param ch handle of this communicator
312 * @param pid peer to send the message to 316 * @param pid peer to send the message to
313 * @param comm name of the communicator to send the message to 317 * @param comm name of the communicator to send the message to