[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r12048 - gnunet/src/transport
From: |
gnunet |
Subject: |
[GNUnet-SVN] r12048 - gnunet/src/transport |
Date: |
Tue, 29 Jun 2010 15:48:27 +0200 |
Author: wachs
Date: 2010-06-29 15:48:27 +0200 (Tue, 29 Jun 2010)
New Revision: 12048
Modified:
gnunet/src/transport/plugin_transport_http.c
Log:
Modified: gnunet/src/transport/plugin_transport_http.c
===================================================================
--- gnunet/src/transport/plugin_transport_http.c 2010-06-29 13:25:57 UTC
(rev 12047)
+++ gnunet/src/transport/plugin_transport_http.c 2010-06-29 13:48:27 UTC
(rev 12048)
@@ -339,9 +339,11 @@
/**
* Create a new session
- *
+ * @param cls plugin as closure
* @param addr_in address the peer is using inbound
+ * @param addr_len_in address length
* @param addr_out address the peer is using outbound
+ * @param addr_len_out address length
* @param peer identity
* @return created session object
*/
@@ -441,7 +443,7 @@
* Check if session already knows this address for a outbound connection to
this peer
* If address not in session, add it to the session
* @param cls the plugin used
- * @param p the session
+ * @param cs the session
* @param addr address
* @param addr_len address length
* @return the found or created address
@@ -487,7 +489,7 @@
* Check if session already knows this address for a inbound connection to
this peer
* If address not in session, add it to the session
* @param cls the plugin used
- * @param p the session
+ * @param cs the session
* @param addr address
* @param addr_len address length
* @return the found or created address
@@ -863,7 +865,7 @@
/**
* Removes a message from the linked list of messages
- * @param ses session to remove message from
+ * @param con connection to remove message from
* @param msg message to remove
* @return GNUNET_SYSERR if msg not found, GNUNET_OK on success
*/
@@ -990,6 +992,7 @@
/**
* Function setting up file descriptors and scheduling task to run
+ * @param cls closure
* @param ses session to send data to
* @return bytes sent to peer
*/
@@ -997,7 +1000,9 @@
/**
* Function setting up curl handle and selecting message to send
+ * @param cls plugin
* @param ses session to send data to
+ * @param con connection
* @return bytes sent to peer
*/
static ssize_t send_initiate (void *cls, struct Session* ses , struct
HTTP_Connection_out *con)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r12048 - gnunet/src/transport,
gnunet <=