gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r32798 - gnunet/src/include
Date: Wed, 26 Mar 2014 11:54:36 +0100

Author: wachs
Date: 2014-03-26 11:54:36 +0100 (Wed, 26 Mar 2014)
New Revision: 32798

Modified:
   gnunet/src/include/gnunet_transport_service.h
Log:
remove state


Modified: gnunet/src/include/gnunet_transport_service.h
===================================================================
--- gnunet/src/include/gnunet_transport_service.h       2014-03-26 10:54:04 UTC 
(rev 32797)
+++ gnunet/src/include/gnunet_transport_service.h       2014-03-26 10:54:36 UTC 
(rev 32798)
@@ -48,7 +48,8 @@
  * Possible state of a neighbour.  Initially, we are 
#GNUNET_TRANSPORT_PS_NOT_CONNECTED.
  *
  * Then, there are two main paths. If we receive a CONNECT message, we
- * first run a check against the blacklist 
(#GNUNET_TRANSPORT_PS_CONNECT_RECV_BLACKLIST_INBOUND).
+ * first run a check against the blacklist if we are allowed to communicate 
with
+ * this peer (#GNUNET_TRANSPORT_PS_CONNECT_RECV_BLACKLIST_INBOUND).
  * If this check is successful, we give the inbound address to ATS.
  * After the check we ask ATS for a suggestion 
(#GNUNET_TRANSPORT_PS_CONNECT_RECV_ATS).
  * If ATS makes a suggestion, we ALSO give that suggestion to the blacklist
@@ -129,11 +130,6 @@
   GNUNET_TRANSPORT_PS_CONNECT_SENT,
 
   /**
-   * Received a CONNECT, do a blacklist check for inbound address
-   */
-  GNUNET_TRANSPORT_PS_CONNECT_RECV_BLACKLIST_INBOUND,
-
-  /**
    * Received a CONNECT, asking ATS about address suggestions.
    */
   GNUNET_TRANSPORT_PS_CONNECT_RECV_ATS,




reply via email to

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