From 1350dd76782b3cea091cd3c41dc53a6fc244414b Mon Sep 17 00:00:00 2001 From: Gabor X Toth <*@tg-x.net> Date: Thu, 27 Jun 2013 10:37:55 +0000 Subject: [PATCH] multicast: ping/pong docs --- src/include/gnunet_multicast_service.h | 6 +++--- 1 file 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, * * 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. -- 2.25.1