Switch to unified view

a b/examples/TwoCSWithDelay/config.xml
1
<?xml version="1.0"?>
2
<Configuration>
3
  <Host id="host1">
4
      <DA>
5
          <Directory>
6
              <APN apn="App1">
7
                  <DIF difName="Layer1" ipcAddress="11" />
8
              </APN>
9
              <APN apn="11_Layer1">
10
                  <DIF difName="Layer0" ipcAddress="1" />
11
              </APN>                  
12
              <APN apn="App2">
13
                  <DIF difName="Layer1" ipcAddress="22" />
14
              </APN>
15
              <APN apn="22_Layer1">
16
                  <DIF difName="Layer0" ipcAddress="2" />
17
              </APN>              
18
          </Directory>
19
          <NamingInfo>
20
              <APN apn="App2">
21
                  <Synonym apn="AppErr" />
22
              </APN>
23
          </NamingInfo>
24
      </DA>
25
  </Host>
26
  <Host id="host2">
27
      <DA>
28
          <Directory>
29
              <APN apn="App1">
30
                  <DIF difName="Layer1" ipcAddress="11" />
31
              </APN>
32
              <APN apn="11_Layer1">
33
                  <DIF difName="Layer0" ipcAddress="1" />
34
              </APN>      
35
              <APN apn="App2">
36
                  <DIF difName="Layer1" ipcAddress="22" />
37
              </APN>
38
              <APN apn="22_Layer1">
39
                  <DIF difName="Layer0" ipcAddress="2" />
40
              </APN>                                      
41
          </Directory>
42
          <NamingInfo>
43
              <APN apn="App2">
44
                  <Synonym apn="AppErr" />
45
              </APN>
46
          </NamingInfo>
47
          
48
      </DA>   
49
  </Host>
50
  
51
  <QoSCubesSet>
52
      <QoSCube id="1">
53
          <AverageBandwidth>12000000</AverageBandwidth>
54
          <AverageSDUBandwidth>1000</AverageSDUBandwidth>
55
          <PeakBandwidthDuration>24000000</PeakBandwidthDuration>
56
          <PeakSDUBandwidthDuration>2000</PeakSDUBandwidthDuration>
57
          <BurstPeriod>10000000</BurstPeriod>
58
          <BurstDuration>1000000</BurstDuration>
59
          <UndetectedBitError>0.01</UndetectedBitError>
60
          <MaxSDUSize>1500</MaxSDUSize>
61
          <PartialDelivery>0</PartialDelivery>
62
          <IncompleteDelivery>0</IncompleteDelivery>
63
          <ForceOrder>0</ForceOrder>
64
          <MaxAllowableGap>10</MaxAllowableGap>
65
          <Delay>1000000</Delay>
66
          <Jitter>500000</Jitter>
67
          <CostTime>0</CostTime>
68
          <CostBits>0</CostBits>
69
          <ATime>0</ATime>                        
70
      </QoSCube>
71
      <QoSCube id="2">
72
          <AverageBandwidth>12000000</AverageBandwidth>
73
          <AverageSDUBandwidth>1000</AverageSDUBandwidth>
74
          <PeakBandwidthDuration>24000000</PeakBandwidthDuration>
75
          <PeakSDUBandwidthDuration>2000</PeakSDUBandwidthDuration>
76
          <BurstPeriod>10000000</BurstPeriod>
77
          <BurstDuration>1000000</BurstDuration>
78
          <UndetectedBitError>0.01</UndetectedBitError>
79
          <MaxSDUSize>1500</MaxSDUSize>
80
          <PartialDelivery>0</PartialDelivery>
81
          <IncompleteDelivery>0</IncompleteDelivery>
82
          <ForceOrder>1</ForceOrder>
83
          <MaxAllowableGap>10</MaxAllowableGap>
84
          <Delay>1000000</Delay>
85
          <Jitter>500000</Jitter>
86
          <CostTime>0</CostTime>
87
          <CostBits>0</CostBits>
88
          <ATime>0</ATime>                        
89
      </QoSCube>      
90
  </QoSCubesSet>
91
</Configuration>