summaryrefslogtreecommitdiff
path: root/src/tools/cbr/cbr_server.c
Commit message (Collapse)AuthorAgeFilesLines
* tools: Add threadpool to cbrSander Vrijders2016-05-261-36/+124
| | | | | This adds a threadpool to cbr, so that it is not overflooded with client requests.
* tools: fixes comments on d74d67adimitri staessens2016-05-241-3/+6
|
* tools, lib: cbr tool for bandwidth testingdimitri staessens2016-05-241-0/+174
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.