From 0678e1f1225793524bc030b82d73cbad12efee56 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 10 Oct 2011 11:20:35 +0000 Subject: removing dead bw code --- src/core/gnunet-service-core_kx.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/core/gnunet-service-core_kx.h') 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, * Encrypt and transmit a message with the given payload. * * @param kx key exchange context - * @param bw_in bandwidth limit to transmit to the other peer; - * the other peer shall not send us more than the - * given rate * @param payload payload of the message * @param payload_size number of bytes in 'payload' */ void GSC_KX_encrypt_and_transmit (struct GSC_KeyExchangeInfo *kx, - struct GNUNET_BANDWIDTH_Value32NBO bw_in, const void *payload, size_t payload_size); -- cgit v1.2.3