summaryrefslogtreecommitdiff
path: root/src/tools/cbr/cbr.c
Commit message (Collapse)AuthorAgeFilesLines
* tools: updated cbr with flood and sleep optionsdimitri staessens2016-05-271-2/+11
| | | | | | | The cbr client will now use busy waiting by default to control the sending rate. A --sleep option has been added to allow low CPU usage when sending at low data rates. A --flood option has been added that writes SDU's as fast as possible.
* tools: fixes comments on d74d67adimitri staessens2016-05-241-6/+3
|
* tools, lib: cbr tool for bandwidth testingdimitri staessens2016-05-241-0/+124
The tool sends constant bandwidth traffic between a client and a server. cbr --help for more info. Adds time_utils.h to the library containing useful functions for arithmetic with timespec and timeval structures.