浏览代码

Forgot the seed argument in the tl;dr

Ian Goldberg 5 年之前
父节点
当前提交
b56c8b0858
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -23,7 +23,7 @@ In this repository, you will find:
   * Edit the **logdir/run_sims** file to uncomment the simulations you want to run in parallel, noting the memory requirements of each simulation noted in that file.
   * `./attach-docker`
   * Inside the docker container:
-    * `logdir/run_sims`
+    * `logdir/run_sims 1`
     * Wait for the simulations to finish
     * `cd logdir`
     * `../analysis/parselogs.py *.log`
@@ -135,4 +135,4 @@ The code is in five modules:
 
 As seen in the paper, there are a number of _empirical parameters_ that were (safely) measured from the live Tor network, such as client and relay churn distributions, the average number of circuits created per client per epoch, and the average size of a consensus diff as compared to the full consensus.  If you want to change those parameters, the last one above is called `P_Delta` and is found in **network.py**.  The others are found near the top of **simulator.py**.
 
-Thanks for your interest in Walking Onions, and we're happy to answer any questions you may have.
+Thanks for your interest in Walking Onions, and we're happy to answer any questions you may have.