gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r24344 - gnunet/src/transport
Date: Tue, 16 Oct 2012 16:59:26 +0200

Author: wachs
Date: 2012-10-16 16:59:26 +0200 (Tue, 16 Oct 2012)
New Revision: 24344

Modified:
   gnunet/src/transport/gnunet-service-transport_clients.c
   gnunet/src/transport/gnunet-service-transport_neighbours.c
   gnunet/src/transport/plugin_transport_udp.c
   gnunet/src/transport/plugin_transport_unix.c
   gnunet/src/transport/plugin_transport_wlan.c
Log:
doxygen

Modified: gnunet/src/transport/gnunet-service-transport_clients.c
===================================================================
--- gnunet/src/transport/gnunet-service-transport_clients.c     2012-10-16 
14:43:59 UTC (rev 24343)
+++ gnunet/src/transport/gnunet-service-transport_clients.c     2012-10-16 
14:59:26 UTC (rev 24344)
@@ -560,6 +560,8 @@
  *
  * @param cls closure
  * @param success GNUNET_OK on success, GNUNET_NO on failure, GNUNET_SYSERR if 
we're not connected
+ * @param bytes_payload bytes payload sent
+ * @param bytes_on_wire bytes sent on wire
  */
 static void
 handle_send_transmit_continuation (void *cls, int success,

Modified: gnunet/src/transport/gnunet-service-transport_neighbours.c
===================================================================
--- gnunet/src/transport/gnunet-service-transport_neighbours.c  2012-10-16 
14:43:59 UTC (rev 24343)
+++ gnunet/src/transport/gnunet-service-transport_neighbours.c  2012-10-16 
14:59:26 UTC (rev 24344)
@@ -980,6 +980,8 @@
  * @param cls NULL
  * @param target identity of the neighbour that was disconnected
  * @param result GNUNET_OK if the disconnect got out successfully
+ * @param payload bytes payload
+ * @param physical bytes physical
  */
 static void
 send_disconnect_cont (void *cls, const struct GNUNET_PeerIdentity *target,
@@ -1126,6 +1128,8 @@
  * @param cls the 'struct MessageQueue' of the message
  * @param receiver intended receiver
  * @param success whether it worked or not
+ * @param size_payload bytes payload sent
+ * @param physical bytes sent on wire
  */
 static void
 transmit_send_continuation (void *cls,

Modified: gnunet/src/transport/plugin_transport_udp.c
===================================================================
--- gnunet/src/transport/plugin_transport_udp.c 2012-10-16 14:43:59 UTC (rev 
24343)
+++ gnunet/src/transport/plugin_transport_udp.c 2012-10-16 14:59:26 UTC (rev 
24344)
@@ -1214,6 +1214,8 @@
  * @param cls the 'struct UDPMessageWrapper' of the fragment
  * @param target destination peer (ignored)
  * @param result GNUNET_OK on success (ignored)
+ * @param payload bytes payload sent
+ * @param physical bytes physical sent
  */
 static void
 send_next_fragment (void *cls,

Modified: gnunet/src/transport/plugin_transport_unix.c
===================================================================
--- gnunet/src/transport/plugin_transport_unix.c        2012-10-16 14:43:59 UTC 
(rev 24343)
+++ gnunet/src/transport/plugin_transport_unix.c        2012-10-16 14:59:26 UTC 
(rev 24344)
@@ -480,6 +480,7 @@
  * @param timeout when should we time out (give up) if we can not transmit?
  * @param addr the addr to send the message to, needs to be a sockaddr for us
  * @param addrlen the len of addr
+ * @param payload bytes payload to send
  * @param cont continuation to call once the message has
  *        been transmitted (or if the transport is ready
  *        for the next transmission call; or if the

Modified: gnunet/src/transport/plugin_transport_wlan.c
===================================================================
--- gnunet/src/transport/plugin_transport_wlan.c        2012-10-16 14:43:59 UTC 
(rev 24343)
+++ gnunet/src/transport/plugin_transport_wlan.c        2012-10-16 14:59:26 UTC 
(rev 24344)
@@ -829,7 +829,7 @@
  * @param timeout how long can the message wait?
  * @param target peer that should receive the message
  * @param msg message to transmit
- * @param bytes of payload
+ * @param payload_size bytes of payload
  * @param cont continuation to call once the message has
  *        been transmitted (or if the transport is ready
  *        for the next transmission call; or if the




reply via email to

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