You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(routing)!: support for sprayandwait routing strategy (#29)
* refactor: changed PEERS to a BTreeMap from HashMap
* refactor(routing): epidemic `sender_for_bundle` renamed to the more fitting `handle_routing_cmd`
* feat(routing): added initial implementation of classic spray and wait routing
* feat!: added routing options and changed config entry for routing to `routing.strategy`. now `sprayandwait.num_copies` can be set at startup
* fix: changed shell test scripts to work also on old bash versions plus provide a nice wrapper for `run_all_tests.sh` to hide the verbose output
* test: run_all_tests.sh can now display all output again, even if no error occured by setting the env var VERBOSE=1
* doc: commented sprayandwait routing agent code
0 commit comments