Adjusted handling of totals. All promisc packets are now added to the incoming

total.
This commit is contained in:
pdw
2002-03-28 12:14:20 +00:00
parent afa7248c03
commit d85d096413
3 changed files with 19 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ typedef struct {
long recv[HISTORY_LENGTH];
long sent[HISTORY_LENGTH];
int last_write;
int promisc;
} history_type;
void tick();