Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools: updated cbr with flood and sleep options | dimitri staessens | 2016-05-27 | 1 | -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 d74d67a | dimitri staessens | 2016-05-24 | 1 | -6/+3 |
| | |||||
* | tools, lib: cbr tool for bandwidth testing | dimitri staessens | 2016-05-24 | 1 | -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. |