aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_kx.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-10 11:20:35 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-10 11:20:35 +0000
commit0678e1f1225793524bc030b82d73cbad12efee56 (patch)
treea0661925c366ef18f0dd7bda5b81de510dffdaae /src/core/gnunet-service-core_kx.h
parent4158cc59e2d5c715250f59545b5ca70da4b3c23c (diff)
downloadgnunet-0678e1f1225793524bc030b82d73cbad12efee56.tar.gz
gnunet-0678e1f1225793524bc030b82d73cbad12efee56.zip
removing dead bw code
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