aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-10-16 14:59:26 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-10-16 14:59:26 +0000
commit8e029727329c804dc6977fd49c5df7f1cf0378c5 (patch)
tree7de5a326b09c7f151b5d51d2a58d8daace7681f3 /src/transport
parent917c016f45fc4415be1e75500d43eaa095026d0a (diff)
downloadgnunet-8e029727329c804dc6977fd49c5df7f1cf0378c5.tar.gz
gnunet-8e029727329c804dc6977fd49c5df7f1cf0378c5.zip
doxygen
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/gnunet-service-transport_clients.c2
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c4
-rw-r--r--src/transport/plugin_transport_udp.c2
-rw-r--r--src/transport/plugin_transport_unix.c1
-rw-r--r--src/transport/plugin_transport_wlan.c2
5 files changed, 10 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport_clients.c b/src/transport/gnunet-service-transport_clients.c
index 3a0fbbef3..db725084a 100644
--- a/src/transport/gnunet-service-transport_clients.c
+++ b/src/transport/gnunet-service-transport_clients.c
@@ -560,6 +560,8 @@ struct SendTransmitContinuationContext
560 * 560 *
561 * @param cls closure 561 * @param cls closure
562 * @param success GNUNET_OK on success, GNUNET_NO on failure, GNUNET_SYSERR if we're not connected 562 * @param success GNUNET_OK on success, GNUNET_NO on failure, GNUNET_SYSERR if we're not connected
563 * @param bytes_payload bytes payload sent
564 * @param bytes_on_wire bytes sent on wire
563 */ 565 */
564static void 566static void
565handle_send_transmit_continuation (void *cls, int success, 567handle_send_transmit_continuation (void *cls, int success,
diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c
index 4788829b3..232c77c2f 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -980,6 +980,8 @@ master_task (void *cls,
980 * @param cls NULL 980 * @param cls NULL
981 * @param target identity of the neighbour that was disconnected 981 * @param target identity of the neighbour that was disconnected
982 * @param result GNUNET_OK if the disconnect got out successfully 982 * @param result GNUNET_OK if the disconnect got out successfully
983 * @param payload bytes payload
984 * @param physical bytes physical
983 */ 985 */
984static void 986static void
985send_disconnect_cont (void *cls, const struct GNUNET_PeerIdentity *target, 987send_disconnect_cont (void *cls, const struct GNUNET_PeerIdentity *target,
@@ -1126,6 +1128,8 @@ disconnect_neighbour (struct NeighbourMapEntry *n)
1126 * @param cls the 'struct MessageQueue' of the message 1128 * @param cls the 'struct MessageQueue' of the message
1127 * @param receiver intended receiver 1129 * @param receiver intended receiver
1128 * @param success whether it worked or not 1130 * @param success whether it worked or not
1131 * @param size_payload bytes payload sent
1132 * @param physical bytes sent on wire
1129 */ 1133 */
1130static void 1134static void
1131transmit_send_continuation (void *cls, 1135transmit_send_continuation (void *cls,
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index 67a9b303b..0ecc81540 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -1214,6 +1214,8 @@ enqueue (struct Plugin *plugin, struct UDP_MessageWrapper * udpw)
1214 * @param cls the 'struct UDPMessageWrapper' of the fragment 1214 * @param cls the 'struct UDPMessageWrapper' of the fragment
1215 * @param target destination peer (ignored) 1215 * @param target destination peer (ignored)
1216 * @param result GNUNET_OK on success (ignored) 1216 * @param result GNUNET_OK on success (ignored)
1217 * @param payload bytes payload sent
1218 * @param physical bytes physical sent
1217 */ 1219 */
1218static void 1220static void
1219send_next_fragment (void *cls, 1221send_next_fragment (void *cls,
diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c
index c03d198c2..af9d2e9ac 100644
--- a/src/transport/plugin_transport_unix.c
+++ b/src/transport/plugin_transport_unix.c
@@ -480,6 +480,7 @@ unix_transport_server_stop (void *cls)
480 * @param timeout when should we time out (give up) if we can not transmit? 480 * @param timeout when should we time out (give up) if we can not transmit?
481 * @param addr the addr to send the message to, needs to be a sockaddr for us 481 * @param addr the addr to send the message to, needs to be a sockaddr for us
482 * @param addrlen the len of addr 482 * @param addrlen the len of addr
483 * @param payload bytes payload to send
483 * @param cont continuation to call once the message has 484 * @param cont continuation to call once the message has
484 * been transmitted (or if the transport is ready 485 * been transmitted (or if the transport is ready
485 * for the next transmission call; or if the 486 * for the next transmission call; or if the
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index d23608db9..ab0309ced 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -829,7 +829,7 @@ fragmentmessage_timeout (void *cls,
829 * @param timeout how long can the message wait? 829 * @param timeout how long can the message wait?
830 * @param target peer that should receive the message 830 * @param target peer that should receive the message
831 * @param msg message to transmit 831 * @param msg message to transmit
832 * @param bytes of payload 832 * @param payload_size bytes of payload
833 * @param cont continuation to call once the message has 833 * @param cont continuation to call once the message has
834 * been transmitted (or if the transport is ready 834 * been transmitted (or if the transport is ready
835 * for the next transmission call; or if the 835 * for the next transmission call; or if the