sbm

simple bandwidth monitor
git clone git://git.2f30.org/sbm
Log | Files | Refs | LICENSE

commit 1e8ddcfc4f6a69280a34bdee16eb9e2f51afaea0
parent cbb4d1e9b2806ab7521fb35b1d8533fee02cb8d3
Author: sin <sin@2f30.org>
Date:   Mon, 22 Feb 2016 15:40:42 +0000

Grammar fix

Diffstat:
Msbm.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbm.c b/sbm.c @@ -229,7 +229,7 @@ loop(char *ifname, long count, struct timeval *delay) for (;;) { /* * This is the maximum sampling rate that is supported and - * is always less or equal to the given delay. + * is always less than or equal to the given delay. */ usleep(SAMPLINGRATE * 1000); sample(ifname, &rxbytes, &txbytes, &rxpps, &txpps);