Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools: Add threadpool to cbr | Sander Vrijders | 2016-05-26 | 2 | -36/+125 |
| | | | | | This adds a threadpool to cbr, so that it is not overflooded with client requests. | ||||
* | tools: cbr continues when a write fails | dimitri staessens | 2016-05-25 | 1 | -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 d74d67a | dimitri staessens | 2016-05-24 | 3 | -10/+10 |
| | |||||
* | tools, lib: cbr tool for bandwidth testing | dimitri staessens | 2016-05-24 | 4 | -0/+411 |
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. |