aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_tcp.c')
-rw-r--r--src/transport/plugin_transport_tcp.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index 8e5f5dcef..89c64021e 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -1059,13 +1059,14 @@ session_try_connect (void *cls,
1059 * @param target who should receive this message 1059 * @param target who should receive this message
1060 * @param priority how important is the message 1060 * @param priority how important is the message
1061 * @param msg the message to transmit 1061 * @param msg the message to transmit
1062 * @param timeout when should we time out (give up) if we can not transmit?
1062 * @param cont continuation to call once the message has 1063 * @param cont continuation to call once the message has
1063 * been transmitted (or if the transport is ready 1064 * been transmitted (or if the transport is ready
1064 * for the next transmission call; or if the 1065 * for the next transmission call; or if the
1065 * peer disconnected...) 1066 * peer disconnected...)
1066 * @param cont_cls closure for cont 1067 * @param cont_cls closure for cont
1067 * @return plugin_context that should be used next time for 1068 * @return plugin_context that should be used next time for
1068 * sending messages to the specified peer 1069 * sending messages to the specified peer
1069 */ 1070 */
1070static void * 1071static void *
1071tcp_plugin_send (void *cls, 1072tcp_plugin_send (void *cls,
@@ -1252,7 +1253,7 @@ append_port (void *cls, const char *hostname)
1252 * format. 1253 * format.
1253 * 1254 *
1254 * @param cls closure 1255 * @param cls closure
1255 * @param name name of the transport that generated the address 1256 * @param type name of the transport that generated the address
1256 * @param addr one of the addresses of the host, NULL for the last address 1257 * @param addr one of the addresses of the host, NULL for the last address
1257 * the specific address format depends on the transport 1258 * the specific address format depends on the transport
1258 * @param addrlen length of the address 1259 * @param addrlen length of the address
@@ -1353,7 +1354,7 @@ update_quota (struct Session *session, int force)
1353 * calls to stay below the quota (in terms of incoming data). 1354 * calls to stay below the quota (in terms of incoming data).
1354 * 1355 *
1355 * @param cls closure 1356 * @param cls closure
1356 * @param peer the peer for whom the quota is given 1357 * @param target the peer for whom the quota is given
1357 * @param quota_in quota for receiving/sending data in bytes per ms 1358 * @param quota_in quota for receiving/sending data in bytes per ms
1358 */ 1359 */
1359static void 1360static void
@@ -1581,8 +1582,8 @@ handle_tcp_ping (void *cls,
1581/** 1582/**
1582 * Handle PONG-message. 1583 * Handle PONG-message.
1583 * 1584 *
1584 * @param plugin handle for this plugin 1585 * @param cls handle for this plugin
1585 * @param sender claimed sender of the PONG 1586 * @param client from where did we receive the PONG
1586 * @param message the actual message 1587 * @param message the actual message
1587 */ 1588 */
1588static void 1589static void