Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib, tools: Add POSIX version to source files | Sander Vrijders | 2016-08-08 | 1 | -0/+1 |
| | | | | | Sometimes the POSIX version was not set in source files. This caused the compiler to not find the timespec struct, since we are using C89. | ||||
* | tools, lib: cbr tool for bandwidth testing | dimitri staessens | 2016-05-24 | 1 | -0/+141 |
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. |