summaryrefslogtreecommitdiff
path: root/include/ouroboros/time_utils.h
Commit message (Collapse)AuthorAgeFilesLines
* lib: fixed time difference for timevalsdimitri staessens2016-05-241-2/+4
| | | | the structure is tv->tv_usec, not tv->tv_nsec
* tools: fixes comments on d74d67adimitri staessens2016-05-241-4/+7
|
* tools, lib: cbr tool for bandwidth testingdimitri staessens2016-05-241-0/+75
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.