aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorbartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96>2011-09-02 01:41:05 +0000
committerbartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96>2011-09-02 01:41:05 +0000
commitb83ff63a3963c209cd59dbecbb2eb6f094cfa04d (patch)
tree4eeb042dc70aed35837c5c058d47f3f66f8e565b /src/include
parentd61297b808780980f4d596ecf41499beec4e4978 (diff)
Implemented reconnect, creation of incoming tunnels, refactoring
git-svn-id: https://gnunet.org/svn/gnunet@16677 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_mesh_service_new.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/gnunet_mesh_service_new.h b/src/include/gnunet_mesh_service_new.h
index 6e8d4b5578..b9447fe096 100644
--- a/src/include/gnunet_mesh_service_new.h
+++ b/src/include/gnunet_mesh_service_new.h
@@ -57,6 +57,7 @@ struct GNUNET_MESH_Tunnel;
/**
* Functions with this signature are called whenever a message is
* received or transmitted.
+ * FIXME: transmitted???
*
* @param cls closure (set from GNUNET_MESH_connect)
* @param tunnel connection to the other end
@@ -241,13 +242,11 @@ GNUNET_MESH_peer_request_connect_del (struct GNUNET_MESH_Tunnel *tunnel,
* message type.
*
* @param tunnel handle to existing tunnel
- * @param timeout how long to try to establish a connection
* @param app_type application type that must be supported by the peer
* (MESH should discover peer in proximity handling this type)
*/
void
GNUNET_MESH_peer_request_connect_by_type (struct GNUNET_MESH_Tunnel *tunnel,
- struct GNUNET_TIME_Relative timeout,
GNUNET_MESH_ApplicationType app_type);