gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r10311 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r10311 - gnunet/src/transport
Date: Mon, 15 Feb 2010 22:36:27 +0100

Author: grothoff
Date: 2010-02-15 22:36:27 +0100 (Mon, 15 Feb 2010)
New Revision: 10311

Modified:
   gnunet/src/transport/plugin_transport_tcp.c
Log:
docu

Modified: gnunet/src/transport/plugin_transport_tcp.c
===================================================================
--- gnunet/src/transport/plugin_transport_tcp.c 2010-02-15 21:35:41 UTC (rev 
10310)
+++ gnunet/src/transport/plugin_transport_tcp.c 2010-02-15 21:36:27 UTC (rev 
10311)
@@ -597,6 +597,9 @@
   int af;
 
   session = plugin->sessions;
+  /* FIXME: we could do this a cheaper with a hash table
+     where we could restrict the iteration to entries that match
+     the target peer... */
   while ( (session != NULL) &&
          ( (0 != memcmp (target,
                          &session->target, 





reply via email to

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