fixed clear bug,add option random-drop

This commit is contained in:
wangyu-
2017-10-11 09:10:38 -05:00
parent dcde8828c4
commit 54f32f0611
4 changed files with 23 additions and 0 deletions

View File

@@ -219,6 +219,7 @@ conv_manager_t::~conv_manager_t()
}
cnt++;
}
clear_it=it;
return 0;
}
@@ -451,6 +452,7 @@ int conn_manager_t::clear_inactive0()
}
cnt++;
}
clear_it=it;
return 0;
}