Ignore:
Timestamp:
02/05/14 11:12:32 (10 years ago)
Author:
lnevers@bbn.com
Message:

Updating all Stitching RSpec examples to use 20 Mbitsec

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stitch-examples/stitch-3linear-ddc.rspec

    r2387 r2758  
    3535    <interface_ref client_id="ig-gpo:if0"/>
    3636    <interface_ref client_id="pg-utah:if1"/>
    37     <property source_id="ig-gpo:if0" dest_id="pg-utah:if1" capacity="100000"/>
    38     <property source_id="pg-utah:if1" dest_id="ig-gpo:if0" capacity="100000"/>
     37    <property capacity="20000" source_id="ig-gpo:if0" dest_id="pg-utah:if1" />
     38    <property capacity="20000" source_id="pg-utah:if1" dest_id="ig-gpo:if0" />
    3939  </link>
    4040  <link client_id="link1">
     
    4343    <interface_ref client_id="ig-utahddc:if0"/>
    4444    <interface_ref client_id="pg-utah:if0"/>
    45     <property source_id="pg-utah:if0" dest_id="ig-utahddc:if0" capacity="100000"/>
    46     <property source_id="ig-utahddc:if0" dest_id="pg-utah:if0" capacity="100000"/>
     45    <property capacity="20000" source_id="pg-utah:if0" dest_id="ig-utahddc:if0" />
     46    <property capacity="20000" source_id="ig-utahddc:if0" dest_id="pg-utah:if0" />
    4747  </link>
    4848</rspec>
Note: See TracChangeset for help on using the changeset viewer.