summaryrefslogtreecommitdiff
path: root/src/tools/cbr/cbr_client.c
Commit message (Collapse)AuthorAgeFilesLines
* tools: cbr continues when a write failsdimitri staessens2016-05-251-2/+2
| | | | | the CBR tool would stop if the buffer is full. Now it will continue sending SDU's until the duration expires.
* tools: fixes comments on d74d67adimitri staessens2016-05-241-1/+1
|
* tools, lib: cbr tool for bandwidth testingdimitri staessens2016-05-241-0/+97
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.