summaryrefslogtreecommitdiff
path: root/components/netspeeds.c
Commit message (Collapse)AuthorAgeFilesLines
* Unify and simplify netspeed logic and typesAaron Marcher2018-05-191-30/+24
|
* netspeeds: added error condition for openbsdTobias Tschinkowitz2018-05-191-2/+12
| | | | | | implemented additional error condition for openbsd netstat in case the interface could not be found in the interface list or if_data is not readable.
* implemented openbsd netspeed functionsTobias Tschinkowitz2018-05-191-1/+59
| | | | | | implemented the netspeed functionality for openbsd. furthermore the static keyword was removed of the interval variable in config.def.h for usage as extern variable.
* Add network speed functionsAaron Marcher2018-05-191-0/+53