gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r14033 - gnunet/src/transport
Date: Thu, 23 Dec 2010 09:18:49 +0100

Author: wachs
Date: 2010-12-23 09:18:49 +0100 (Thu, 23 Dec 2010)
New Revision: 14033

Modified:
   gnunet/src/transport/plugin_transport_http.c
   gnunet/src/transport/plugin_transport_wlan.c
Log:


Modified: gnunet/src/transport/plugin_transport_http.c
===================================================================
--- gnunet/src/transport/plugin_transport_http.c        2010-12-22 16:45:47 UTC 
(rev 14032)
+++ gnunet/src/transport/plugin_transport_http.c        2010-12-23 08:18:49 UTC 
(rev 14033)
@@ -512,18 +512,18 @@
 
 /**
  * Function setting up curl handle and selecting message to send
+ *
  * @param plugin plugin
- * @param ses session to send data to
- * @param con connection
- * @return bytes sent to peer
+ * @param ps session
+ * @return GNUNET_SYSERR on failure, GNUNET_NO if connecting, GNUNET_YES if ok
  */
 static int send_check_connections (struct Plugin *plugin, struct Session *ps);
 
 /**
  * Function setting up file descriptors and scheduling task to run
- * @param cls closure
- * @param ses session to send data to
- * @param
+ *
+ * @param  plugin plugin as closure
+ * @return GNUNET_SYSERR for hard failure, GNUNET_OK for ok
  */
 static int curl_schedule (struct Plugin *plugin);
 
@@ -1818,7 +1818,7 @@
 /**
  * Function setting up file descriptors and scheduling task to run
  *
- * @param plugin plugin as closure
+ * @param  plugin plugin as closure
  * @return GNUNET_SYSERR for hard failure, GNUNET_OK for ok
  */
 static int curl_schedule(struct Plugin *plugin)

Modified: gnunet/src/transport/plugin_transport_wlan.c
===================================================================
--- gnunet/src/transport/plugin_transport_wlan.c        2010-12-22 16:45:47 UTC 
(rev 14032)
+++ gnunet/src/transport/plugin_transport_wlan.c        2010-12-23 08:18:49 UTC 
(rev 14033)
@@ -1725,7 +1725,6 @@
         distance[0].value = htonl (1);
         distance[1].type = htonl (GNUNET_TRANSPORT_ATS_ARRAY_TERMINATOR);
         distance[1].value = htonl (0);
-
         plugin->env->receive(plugin, &session->target,
              temp_hdr, (const struct GNUNET_TRANSPORT_ATS_Information *) 
&distance, 2,
              session, session->addr, sizeof(session->addr));
@@ -2010,7 +2009,7 @@
   /* Start the server process */
 
   plugin->server_proc = GNUNET_OS_start_process(plugin->server_stdin,
-                 plugin->server_stdout, filename, plugin->interface, 
((testmode==1)?"1":"0"), NULL);
+                 plugin->server_stdout, filename,filename, plugin->interface, 
((testmode==1)?"1":"0"), NULL);
   if (plugin->server_proc == NULL)
     {
 #if DEBUG_wlan




reply via email to

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