summaryrefslogtreecommitdiff
path: root/tests/shadow/conf/tgen.artionionclient-auth.graphml.xml
blob: dc39702746df4af2f2ab8a2399360d5d7f2e9062 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<graphml xmlns="http://graphml.graphdrawing.org/xmlns" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns http://graphml.graphdrawing.org/xmlns/1.0/graphml.xsd">
  <key attr.name="stallout" attr.type="string" for="node" id="stallout" />
  <key attr.name="socksproxy" attr.type="string" for="node" id="d7" />
  <key attr.name="peers" attr.type="string" for="node" id="d5" />
  <key attr.name="sendsize" attr.type="string" for="node" id="d3" />
  <key attr.name="recvsize" attr.type="string" for="node" id="d2" />
  <key attr.name="count" attr.type="string" for="node" id="d1" />
  <key attr.name="time" attr.type="string" for="node" id="d0" />
  <graph edgedefault="directed">
    <node id="start">
      <!-- mitigate arti#2209 -->
      <data key="stallout">0</data>
      <data key="d5">fpqqmiwzqiv63jczrshh4qcmlxw6gujcai3arobq23wikt7hk7ojadid.onion:80</data>
      <data key="d7">localhost:9000</data>
    </node>
    <node id="stream">
      <!-- TODO: Increase to 5 MB once arti#2109 is addressed -->
      <data key="d2">1 MiB</data>
      <data key="d3">1 KiB</data>
    </node>
    <node id="pause">
      <data key="d0">1,2,3,4,5,6,7,8,9,10</data>
    </node>
    <node id="end">
      <data key="d1">10</data>
      <data key="d0">3600</data>
    </node>
    <edge source="start" target="stream" />
    <edge source="stream" target="end" />
    <edge source="end" target="pause" />
    <edge source="pause" target="start" />
  </graph>
</graphml>