Handle Request timeouts properly in the simulator

This commit is contained in:
Tyler Neely
2022-07-20 17:18:07 +00:00
parent 581925e660
commit b4afe45de5
2 changed files with 17 additions and 11 deletions

View File

@@ -623,7 +623,7 @@ void RunServer(Server<IoImpl> server) {
void RunSimulation() {
auto config = SimulatorConfig{
.drop_percent = 0,
.drop_percent = 5,
.perform_timeouts = true,
.scramble_messages = true,
.rng_seed = 0,