gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r30293 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r30293 - gnunet/src/mesh
Date: Fri, 18 Oct 2013 13:27:48 +0200

Author: bartpolot
Date: 2013-10-18 13:27:48 +0200 (Fri, 18 Oct 2013)
New Revision: 30293

Modified:
   gnunet/src/mesh/gnunet-service-mesh_connection.c
   gnunet/src/mesh/gnunet-service-mesh_connection.h
Log:
- doxygen


Modified: gnunet/src/mesh/gnunet-service-mesh_connection.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_connection.c    2013-10-18 11:24:16 UTC 
(rev 30292)
+++ gnunet/src/mesh/gnunet-service-mesh_connection.c    2013-10-18 11:27:48 UTC 
(rev 30293)
@@ -1347,7 +1347,7 @@
  * Generic handler for mesh network encrypted traffic.
  *
  * @param peer Peer identity this notification is about.
- * @param message Encrypted message.
+ * @param msg Encrypted message.
  *
  * @return GNUNET_OK to keep the connection open,
  *         GNUNET_SYSERR to close it (signal serious error)
@@ -1939,7 +1939,7 @@
 }
 
 /**
- * Get how many messages have we allowed to send to us from a direction..
+ * Get how many messages have we allowed to send to us from a direction.
  *
  * @param c Connection.
  * @param fwd Are we asking about traffic from FWD (BCK messages)?

Modified: gnunet/src/mesh/gnunet-service-mesh_connection.h
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh_connection.h    2013-10-18 11:24:16 UTC 
(rev 30292)
+++ gnunet/src/mesh/gnunet-service-mesh_connection.h    2013-10-18 11:27:48 UTC 
(rev 30293)
@@ -290,7 +290,7 @@
 GMC_get_buffer (struct MeshConnection *c, int fwd);
 
 /**
- * Get how many messages have we allowed to send to us from a direction..
+ * Get how many messages have we allowed to send to us from a direction.
  *
  * @param c Connection.
  * @param fwd Are we asking about traffic from FWD (BCK messages)?




reply via email to

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