iftop-dump now logs to file.

This commit is contained in:
pdw
2007-03-03 23:41:58 +00:00
parent 6458ed04f5
commit df5e85c7eb
3 changed files with 55 additions and 13 deletions

View File

@@ -11,7 +11,7 @@
/* 40 / 2 */
#define HISTORY_LENGTH 20
#define RESOLUTION 2
#define DUMP_RESOLUTION 15
#define DUMP_RESOLUTION 300
typedef struct {
long recv[HISTORY_LENGTH];