aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-09-02 01:41:05 +0000
committerBart Polot <bart@net.in.tum.de>2011-09-02 01:41:05 +0000
commit1cdf3963878d15df45a2f10fd1514f551bd2010d (patch)
tree4eeb042dc70aed35837c5c058d47f3f66f8e565b /src/include
parent7f5493f255c22e8e8823c5490ba5fe5ff537dfdc (diff)
downloadgnunet-1cdf3963878d15df45a2f10fd1514f551bd2010d.tar.gz
gnunet-1cdf3963878d15df45a2f10fd1514f551bd2010d.zip
Implemented reconnect, creation of incoming tunnels, refactoring
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 6e8d4b557..b9447fe09 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;
57/** 57/**
58 * Functions with this signature are called whenever a message is 58 * Functions with this signature are called whenever a message is
59 * received or transmitted. 59 * received or transmitted.
60 * FIXME: transmitted???
60 * 61 *
61 * @param cls closure (set from GNUNET_MESH_connect) 62 * @param cls closure (set from GNUNET_MESH_connect)
62 * @param tunnel connection to the other end 63 * @param tunnel connection to the other end
@@ -241,13 +242,11 @@ GNUNET_MESH_peer_request_connect_del (struct GNUNET_MESH_Tunnel *tunnel,
241 * message type. 242 * message type.
242 * 243 *
243 * @param tunnel handle to existing tunnel 244 * @param tunnel handle to existing tunnel
244 * @param timeout how long to try to establish a connection
245 * @param app_type application type that must be supported by the peer 245 * @param app_type application type that must be supported by the peer
246 * (MESH should discover peer in proximity handling this type) 246 * (MESH should discover peer in proximity handling this type)
247 */ 247 */
248void 248void
249GNUNET_MESH_peer_request_connect_by_type (struct GNUNET_MESH_Tunnel *tunnel, 249GNUNET_MESH_peer_request_connect_by_type (struct GNUNET_MESH_Tunnel *tunnel,
250 struct GNUNET_TIME_Relative timeout,
251 GNUNET_MESH_ApplicationType app_type); 250 GNUNET_MESH_ApplicationType app_type);
252 251
253 252