Wrap threshold stuff up - fix two small bugs and update baselines.

This commit is contained in:
Johanna Amann 2015-04-17 09:59:34 -07:00
parent 024bb7206e
commit b44b725d59
10 changed files with 191 additions and 184 deletions

View file

@ -31,9 +31,9 @@ void ConnSize_Analyzer::Init()
resp_pkts = 0;
orig_bytes_thresh = 0;
orig_pkts = 0;
orig_pkts_thresh = 0;
resp_bytes_thresh = 0;
resp_pkts = 0;
resp_pkts_thresh = 0;
}
void ConnSize_Analyzer::Done()