From abb2041092bc40c09f17255e0c97844674a5eb1f Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 31 Mar 2006 13:30:03 +0000 Subject: [PATCH] sexy sexy, I love figs git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2050 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- include/amok/bandwidth.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/amok/bandwidth.h b/include/amok/bandwidth.h index 271bb9a707..55cc5b699a 100644 --- a/include/amok/bandwidth.h +++ b/include/amok/bandwidth.h @@ -43,7 +43,7 @@ * get the BW between two remote hosts. The elapsed time, as long as the * achieved bandwidth is returned in the last arguments of the functions. * - * All sizes are in kilo bytes. The \a buf_size is the size of the buffer + * All sizes are in bytes. The \a buf_size is the size of the buffer * (this is a socket parameter set automatically). The \a exp_size is the * amount of data to send during an experiment. \a msg_size is the size * of each message sent. These values allow you to study phenomenon such @@ -54,6 +54,10 @@ * messages of 16k will be sent (so that the total amount of data equals * 64k). Of course, you can use other values if you want to. * + * \htmlonly + * amok bandwidth measurement protocol
+ * \endhtmlonly + * * \todo Cleanup and implement the link saturation stuff. * * @{ -- 2.20.1