FDR: front end loop improvement

This commit is contained in:
Wang, Xiang W
2017-01-23 17:15:40 -05:00
committed by Matthew Barr
parent 7b5c4c85cc
commit 90216921b0
4 changed files with 169 additions and 141 deletions

View File

@@ -54,7 +54,7 @@ u32 FDREngineDescription::getDefaultFloodSuffixLength() const {
}
void getFdrDescriptions(vector<FDREngineDescription> *out) {
static const FDREngineDef def = {0, 128, 8, 0};
static const FDREngineDef def = {0, 64, 8, 0};
out->clear();
out->emplace_back(def);
}