gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r28042 - in gnunet/src: include mesh


From: gnunet
Subject: [GNUnet-SVN] r28042 - in gnunet/src: include mesh
Date: Mon, 15 Jul 2013 13:29:50 +0200

Author: bartpolot
Date: 2013-07-15 13:29:50 +0200 (Mon, 15 Jul 2013)
New Revision: 28042

Modified:
   gnunet/src/include/gnunet_mesh_service.h
   gnunet/src/mesh/mesh_api.c
Log:
- doc

Modified: gnunet/src/include/gnunet_mesh_service.h
===================================================================
--- gnunet/src/include/gnunet_mesh_service.h    2013-07-15 11:09:35 UTC (rev 
28041)
+++ gnunet/src/include/gnunet_mesh_service.h    2013-07-15 11:29:50 UTC (rev 
28042)
@@ -241,10 +241,6 @@
 
 /**
  * Get information about a tunnel.
- * 
- * The existing end callback for the tunnel will be called immediately.
- * Any pending outgoing messages will be sent but no incoming messages will be
- * accepted and no data callbacks will be called.
  *
  * @param tunnel Tunnel handle.
  * 

Modified: gnunet/src/mesh/mesh_api.c
===================================================================
--- gnunet/src/mesh/mesh_api.c  2013-07-15 11:09:35 UTC (rev 28041)
+++ gnunet/src/mesh/mesh_api.c  2013-07-15 11:29:50 UTC (rev 28042)
@@ -1479,10 +1479,6 @@
 
 /**
  * Get information about a tunnel.
- * 
- * The existing end callback for the tunnel will be called immediately.
- * Any pending outgoing messages will be sent but no incoming messages will be
- * accepted and no data callbacks will be called.
  *
  * @param tunnel Tunnel handle.
  * 
@@ -1495,7 +1491,7 @@
 
   ret = GNUNET_malloc (sizeof (struct MeshTunnelInfo) * 3);
   ret[0].prop = GNUNET_MESH_OPTION_NOBUFFER;
-  ret[0].value = &tunnel->buffering; // FIXME return ¬buffering ("nobuffer")
+  ret[0].value = &tunnel->buffering; // FIXME use "nobuffer"
   ret[1].prop = GNUNET_MESH_OPTION_RELIABLE;
   ret[1].value = &tunnel->reliable;
   ret[2].prop = 0;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]