aboutsummaryrefslogtreecommitdiff
path: root/src/fragmentation/defragmentation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fragmentation/defragmentation.c')
-rw-r--r--src/fragmentation/defragmentation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fragmentation/defragmentation.c b/src/fragmentation/defragmentation.c
index bd4dfba5a..6246163a6 100644
--- a/src/fragmentation/defragmentation.c
+++ b/src/fragmentation/defragmentation.c
@@ -192,7 +192,7 @@ struct GNUNET_DEFRAGMENT_Context
192 * Create a defragmentation context. 192 * Create a defragmentation context.
193 * 193 *
194 * @param stats statistics context 194 * @param stats statistics context
195 * @param mtu the maximum message size for each fragment 195 * @param mtu the maximum message size for each fragment
196 * @param num_msgs how many fragmented messages 196 * @param num_msgs how many fragmented messages
197 * to we defragment at most at the same time? 197 * to we defragment at most at the same time?
198 * @param cls closure for proc and ackp 198 * @param cls closure for proc and ackp