aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet-new_connection.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-20 10:08:07 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-20 10:08:07 +0100
commit7d96a8234bbd9d9a4dc431c52d92ebb604084c70 (patch)
treed2162b1006202ed154bf128293b9ec54fc38ac5e /src/cadet/gnunet-service-cadet-new_connection.h
parentaedd5919e802370061850486c96da72b25df7f22 (diff)
downloadgnunet-7d96a8234bbd9d9a4dc431c52d92ebb604084c70.tar.gz
gnunet-7d96a8234bbd9d9a4dc431c52d92ebb604084c70.zip
more work on channel/tunnel logic
Diffstat (limited to 'src/cadet/gnunet-service-cadet-new_connection.h')
-rw-r--r--src/cadet/gnunet-service-cadet-new_connection.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/cadet/gnunet-service-cadet-new_connection.h b/src/cadet/gnunet-service-cadet-new_connection.h
index 99426776d..31a2e80bb 100644
--- a/src/cadet/gnunet-service-cadet-new_connection.h
+++ b/src/cadet/gnunet-service-cadet-new_connection.h
@@ -122,6 +122,17 @@ GCC_handle_connection_ack (struct CadetConnection *cc);
122 122
123 123
124/** 124/**
125 * We got a #GNUNET_MESSAGE_TYPE_CADET_CONNECTION_CREATE for a
126 * connection that we already have. Either our ACK got lost
127 * or something is fishy. Consider retransmitting the ACK.
128 *
129 * @param cc connection that got the duplicate CREATE
130 */
131void
132GCC_handle_duplicate_create (struct CadetConnection *cc);
133
134
135/**
125 * Handle KX message. 136 * Handle KX message.
126 * 137 *
127 * @param cc connection that received encrypted message 138 * @param cc connection that received encrypted message