Minor tweaks. Started doing aggregate bandwidth mode.

This commit is contained in:
pdw
2002-04-03 16:35:29 +00:00
parent fc9f31b8ad
commit c70fecc6c0
4 changed files with 13 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ static void set_defaults() {
options.dnsresolution = 1;
options.promiscuous = 0;
options.showbars = 1;
options.aggregate = OPTION_AGGREGATE_OFF;
}
static void die(char *msg) {