gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r27648 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r27648 - gnunet/src/include
Date: Thu, 27 Jun 2013 12:37:55 +0200

Author: tg
Date: 2013-06-27 12:37:55 +0200 (Thu, 27 Jun 2013)
New Revision: 27648

Modified:
   gnunet/src/include/gnunet_multicast_service.h
Log:
multicast: ping/pong docs

Modified: gnunet/src/include/gnunet_multicast_service.h
===================================================================
--- gnunet/src/include/gnunet_multicast_service.h       2013-06-27 10:05:03 UTC 
(rev 27647)
+++ gnunet/src/include/gnunet_multicast_service.h       2013-06-27 10:37:55 UTC 
(rev 27648)
@@ -418,10 +418,10 @@
  *
  * A @e ping is sent after a period of inactivity to check if the member has 
not
  * missed any messages.  A ping contains the latest message ID a member has
- * seen.  If the latest message ID on the receiving member is higher, the
+ * seen, and must be answered with GNUNET_MULTICAST_pong() containing the 
latest
+ * message ID seen by this peer.  If the latest message ID on this peer is 
higher, the
  * missing messages must be replayed to the requesting member using
- * GNUNET_MULTICAST_replay(), otherwise GNUNET_MULTICAST_pong() must be called 
with
- * the same message ID, indicating no newer messages was seen by this peer.
+ * GNUNET_MULTICAST_replay().
  *
  * @param cls Closure.
  * @param peer Identity of the peer who sent the ping.




reply via email to

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