aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-helper-audio-record.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/gnunet-helper-audio-record.c')
-rw-r--r--src/conversation/gnunet-helper-audio-record.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conversation/gnunet-helper-audio-record.c b/src/conversation/gnunet-helper-audio-record.c
index 633030a64..060a7c779 100644
--- a/src/conversation/gnunet-helper-audio-record.c
+++ b/src/conversation/gnunet-helper-audio-record.c
@@ -60,7 +60,7 @@
60#define FRAME_SIZE (SAMPLING_RATE / 1000 * FRAME_SIZE_MS) 60#define FRAME_SIZE (SAMPLING_RATE / 1000 * FRAME_SIZE_MS)
61 61
62/** 62/**
63 * Pages are commited when their size goes over this value. 63 * Pages are committed when their size goes over this value.
64 * Note that in practice we flush pages VERY often (every frame), 64 * Note that in practice we flush pages VERY often (every frame),
65 * which means that pages NEVER really get to be this big. 65 * which means that pages NEVER really get to be this big.
66 * With one-packet-per-page, pages are roughly 100-300 bytes each. 66 * With one-packet-per-page, pages are roughly 100-300 bytes each.