aboutsummaryrefslogtreecommitdiff
path: root/src/setu/gnunet-service-setu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/setu/gnunet-service-setu.c')
-rw-r--r--src/setu/gnunet-service-setu.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/setu/gnunet-service-setu.c b/src/setu/gnunet-service-setu.c
index 862b78aa9..bd1113f15 100644
--- a/src/setu/gnunet-service-setu.c
+++ b/src/setu/gnunet-service-setu.c
@@ -685,7 +685,7 @@ calculate_perf_rtt() {
685 int bytes_transmitted = 0; 685 int bytes_transmitted = 0;
686 686
687 /** 687 /**
688 * Calculate RGNUNET_SETU_AcceptMessageRT of Fullsync normaly 1 or 1.5 depending 688 * Calculate RGNUNET_SETU_AcceptMessageRT of Fullsync normally 1 or 1.5 depending
689 */ 689 */
690 if (( perf_rtt.element_full.received != 0 ) || 690 if (( perf_rtt.element_full.received != 0 ) ||
691 ( perf_rtt.element_full.sent != 0) 691 ( perf_rtt.element_full.sent != 0)
@@ -1090,7 +1090,7 @@ op_get_element (struct Operation *op,
1090 * 1090 *
1091 * @param op the union operation 1091 * @param op the union operation
1092 * @param ee the element entry 1092 * @param ee the element entry
1093 * @parem received was this element received from the remote peer? 1093 * @param received was this element received from the remote peer?
1094 */ 1094 */
1095static void 1095static void
1096op_register_element (struct Operation *op, 1096op_register_element (struct Operation *op,
@@ -2419,7 +2419,7 @@ send_missing_full_elements_iter (void *cls,
2419/** 2419/**
2420 * Handle a request for full set transmission. 2420 * Handle a request for full set transmission.
2421 * 2421 *
2422 * @parem cls closure, a set union operation 2422 * @param cls closure, a set union operation
2423 * @param mh the demand message 2423 * @param mh the demand message
2424 */ 2424 */
2425static void 2425static void
@@ -2449,7 +2449,7 @@ handle_union_p2p_request_full (void *cls,
2449/** 2449/**
2450 * Handle a "full done" message. 2450 * Handle a "full done" message.
2451 * 2451 *
2452 * @parem cls closure, a set union operation 2452 * @param cls closure, a set union operation
2453 * @param mh the demand message 2453 * @param mh the demand message
2454 */ 2454 */
2455static void 2455static void
@@ -2510,7 +2510,7 @@ handle_union_p2p_full_done (void *cls,
2510 * Check a demand by the other peer for elements based on a list 2510 * Check a demand by the other peer for elements based on a list
2511 * of `struct GNUNET_HashCode`s. 2511 * of `struct GNUNET_HashCode`s.
2512 * 2512 *
2513 * @parem cls closure, a set union operation 2513 * @param cls closure, a set union operation
2514 * @param mh the demand message 2514 * @param mh the demand message
2515 * @return #GNUNET_OK if @a mh is well-formed 2515 * @return #GNUNET_OK if @a mh is well-formed
2516 */ 2516 */
@@ -2538,7 +2538,7 @@ check_union_p2p_demand (void *cls,
2538 * Handle a demand by the other peer for elements based on a list 2538 * Handle a demand by the other peer for elements based on a list
2539 * of `struct GNUNET_HashCode`s. 2539 * of `struct GNUNET_HashCode`s.
2540 * 2540 *
2541 * @parem cls closure, a set union operation 2541 * @param cls closure, a set union operation
2542 * @param mh the demand message 2542 * @param mh the demand message
2543 */ 2543 */
2544static void 2544static void