gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37162 - gnunet/src/rps


From: gnunet
Subject: [GNUnet-SVN] r37162 - gnunet/src/rps
Date: Thu, 12 May 2016 10:58:17 +0200

Author: ch3
Date: 2016-05-12 10:58:17 +0200 (Thu, 12 May 2016)
New Revision: 37162

Modified:
   gnunet/src/rps/gnunet-service-rps_peers.c
Log:
-rps: doxygen

Modified: gnunet/src/rps/gnunet-service-rps_peers.c
===================================================================
--- gnunet/src/rps/gnunet-service-rps_peers.c   2016-05-12 08:58:14 UTC (rev 
37161)
+++ gnunet/src/rps/gnunet-service-rps_peers.c   2016-05-12 08:58:17 UTC (rev 
37162)
@@ -220,7 +220,6 @@
 static struct GNUNET_CADET_Handle *cadet_handle;
 
 
-
 /**
  * @brief Get the #PeerContext associated with a peer
  *
@@ -1062,9 +1061,6 @@
 /**
  * This is called when a channel is destroyed.
  *
- * Removes peer completely from our knowledge if the send_channel was destroyed
- * Otherwise simply delete the recv_channel
- *
  * @param cls The closure
  * @param channel The channel being closed
  * @param channel_ctx The context associated with this channel
@@ -1093,6 +1089,7 @@
   /* If our peer issued the destruction of the channel, the #Peers_TO_DESTROY
    * flag will be set. In this case simply make sure that the channels are
    * cleaned. */
+  /* FIXME This distinction seems to be redundant */
   if (Peers_check_peer_flag (peer, Peers_TO_DESTROY))
   {/* We initiatad the destruction of this particular peer */
     if (channel == peer_ctx->send_channel)




reply via email to

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