summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2016-10-09 09:03:10 +0100
committerFrediano Ziglio <fziglio@redhat.com>2016-10-09 09:07:57 +0100
commit188875e401e9f288894eab4389929ce64c65ce3c (patch)
tree7c94a44772cb36917bec03395b8cdb50b45ad97c
parent4f0868f844cb8806eb123677bb6f068b97a030a2 (diff)
Fix file comment
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
-rw-r--r--tests/bandwidth.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/bandwidth.c b/tests/bandwidth.c
index 3e2fe59..efc1416 100644
--- a/tests/bandwidth.c
+++ b/tests/bandwidth.c
@@ -1,4 +1,8 @@
-/* check that the delay we setup is respected */
+/* Check bandwidth set is respected.
+ * This tests uses UDP packets as they not depend on window or
+ * other TCP synchronizations and also is easier to compute
+ * bandwidth as header is simpler.
+ */
#include "common.h"
#include "../utils.h"
#include <poll.h>