gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r24755 - gnunet/src/transport
Date: Mon, 5 Nov 2012 16:58:42 +0100

Author: wachs
Date: 2012-11-05 16:58:42 +0100 (Mon, 05 Nov 2012)
New Revision: 24755

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

Modified: gnunet/src/transport/plugin_transport_http_client.c
===================================================================
--- gnunet/src/transport/plugin_transport_http_client.c 2012-11-05 15:54:40 UTC 
(rev 24754)
+++ gnunet/src/transport/plugin_transport_http_client.c 2012-11-05 15:58:42 UTC 
(rev 24755)
@@ -747,7 +747,13 @@
 
 }
 
-
+/**
+ * Check if a sessions exists for an specific address
+ * 
+ * @param plugin the plugin
+ * @param address the address
+ * @return the session or NULL
+ */
 static struct Session *
 client_lookup_session (struct HTTP_Client_Plugin *plugin,
                        const struct GNUNET_HELLO_Address *address)
@@ -1203,6 +1209,13 @@
   client_schedule (plugin, GNUNET_NO);
 }
 
+
+/**
+ * Connect GET connection for a session
+ * 
+ * @param s the session to connect
+ * @return GNUNET_OK on success, GNUNET_SYSERR otherwise
+ */
 static int
 client_connect_get (struct Session *s)
 {
@@ -1314,6 +1327,13 @@
   return GNUNET_OK;
 }
 
+
+/**
+ * Connect both PUT and GET connection for a session
+ * 
+ * @param s the session to connect
+ * @return GNUNET_OK on success, GNUNET_SYSERR otherwise
+ */
 static int
 client_connect (struct Session *s)
 {




reply via email to

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