aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_multicast_service.h
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2013-06-27 10:37:55 +0000
committerGabor X Toth <*@tg-x.net>2013-06-27 10:37:55 +0000
commit1350dd76782b3cea091cd3c41dc53a6fc244414b (patch)
tree67433977c97a999ae2b838935f7d2d07a9f0d02e /src/include/gnunet_multicast_service.h
parentef5e0b8e72732876ebf03538b6fb3641ba7039e8 (diff)
downloadgnunet-1350dd76782b3cea091cd3c41dc53a6fc244414b.tar.gz
gnunet-1350dd76782b3cea091cd3c41dc53a6fc244414b.zip
multicast: ping/pong docs
Diffstat (limited to 'src/include/gnunet_multicast_service.h')
-rw-r--r--src/include/gnunet_multicast_service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_multicast_service.h b/src/include/gnunet_multicast_service.h
index 588ae55c3..b158f6ba4 100644
--- a/src/include/gnunet_multicast_service.h
+++ b/src/include/gnunet_multicast_service.h
@@ -418,10 +418,10 @@ GNUNET_MULTICAST_pong (struct GNUNET_MULTICAST_ReplayHandle *rh,
418 * 418 *
419 * A @e ping is sent after a period of inactivity to check if the member has not 419 * A @e ping is sent after a period of inactivity to check if the member has not
420 * missed any messages. A ping contains the latest message ID a member has 420 * missed any messages. A ping contains the latest message ID a member has
421 * seen. If the latest message ID on the receiving member is higher, the 421 * seen, and must be answered with GNUNET_MULTICAST_pong() containing the latest
422 * message ID seen by this peer. If the latest message ID on this peer is higher, the
422 * missing messages must be replayed to the requesting member using 423 * missing messages must be replayed to the requesting member using
423 * GNUNET_MULTICAST_replay(), otherwise GNUNET_MULTICAST_pong() must be called with 424 * GNUNET_MULTICAST_replay().
424 * the same message ID, indicating no newer messages was seen by this peer.
425 * 425 *
426 * @param cls Closure. 426 * @param cls Closure.
427 * @param peer Identity of the peer who sent the ping. 427 * @param peer Identity of the peer who sent the ping.