tcpexmachina / remy

403 stars 78 forks source link

Add ability for sender-logger to turn senders on at different times #45

Closed czlee closed 8 years ago

czlee commented 8 years ago

Adds the ability to turn on senders 0 and 1 at different times when running sender-logger, through a new sender1on= option.

This involves (among other things) changing Network::run_simulation_with_logging to Network::run_simulation_with_logging_until, mirroring Network::run_simulation_until.

The log-plotting script has also been modified to allow for this functionality, and generate plots that previously weren't relevant (because sender 1 wasn't doing anything) but now are.