commit 3e9dc4a577b3772dd7716d30cf8c5a22d110a839 Author: Ana Custura ana@netstat.org.uk Date: Thu Jun 4 15:55:24 2020 +0100
Removes unused traffic-model argument --- onionperf/onionperf | 7 ------- 1 file changed, 7 deletions(-)
diff --git a/onionperf/onionperf b/onionperf/onionperf index bc95e2b..6078d46 100755 --- a/onionperf/onionperf +++ b/onionperf/onionperf @@ -212,13 +212,6 @@ def main(): action="store", dest="nickname", default=hostname)
- measure_parser.add_argument('-m', '--traffic-model', - help="""a file PATH to a TGen graphml XML traffic model, to use *instead* of the -built-in Torperf (50KiB, 1MiB, 5MiB) traffic model""", - metavar="PATH", type=type_str_path_in, - action="store", dest="model", - default=None) - measure_parser.add_argument('-p', '--prefix', help="""a directory PATH prefix where OnionPerf will run""", metavar="PATH", type=type_str_dir_path_out,
tor-commits@lists.torproject.org