aboutsummaryrefslogtreecommitdiff
path: root/config.c
AgeCommit message (Collapse)AuthorFilesLines
2008-10-24Implement getting current speed from network interfacesMichael Stapelberg1-0/+5
The network interface must be supported by ethtool, as its syscall is used for this. This is at least the case for e1000 cards. Unfortunately, getting the speed needs root privileges. Therefore, you have to enable it in configuration separately.
2008-10-10Make source splint-clean (invoked with -weak)Michael Stapelberg1-1/+1
2008-10-07Add option parsing via getopt, cleanup MakefileMichael Stapelberg1-1/+1
2008-10-07Add manpage, ignore spaces in tokens, introduce intervalMichael Stapelberg1-1/+8
2008-10-07Make everything configurableMichael Stapelberg1-0/+178