aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_kx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gnunet-service-core_kx.h')
-rw-r--r--src/core/gnunet-service-core_kx.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/gnunet-service-core_kx.h b/src/core/gnunet-service-core_kx.h
index 0395f68ed..3c6734d77 100644
--- a/src/core/gnunet-service-core_kx.h
+++ b/src/core/gnunet-service-core_kx.h
@@ -75,15 +75,11 @@ GSC_KX_handle_pong (struct GSC_KeyExchangeInfo *kx,
75 * Encrypt and transmit a message with the given payload. 75 * Encrypt and transmit a message with the given payload.
76 * 76 *
77 * @param kx key exchange context 77 * @param kx key exchange context
78 * @param bw_in bandwidth limit to transmit to the other peer;
79 * the other peer shall not send us more than the
80 * given rate
81 * @param payload payload of the message 78 * @param payload payload of the message
82 * @param payload_size number of bytes in 'payload' 79 * @param payload_size number of bytes in 'payload'
83 */ 80 */
84void 81void
85GSC_KX_encrypt_and_transmit (struct GSC_KeyExchangeInfo *kx, 82GSC_KX_encrypt_and_transmit (struct GSC_KeyExchangeInfo *kx,
86 struct GNUNET_BANDWIDTH_Value32NBO bw_in,
87 const void *payload, 83 const void *payload,
88 size_t payload_size); 84 size_t payload_size);
89 85