Link

In a link you must define the source and the destination nodes (the node names preceded by a # sign), the latency in ms, the loss profile (constant by default), the loss percent (only write the number), the throughput limit in Mb, and the duplication percent.

      <Lien rdf:ID="l0">
        <from rdf:resource="#HERE THE FROM NODE NAME"/>
        <to rdf:resource="#HERE THE TO NODE NAME"/>
        <latence>LATENCY</latence>
        <perte>
          <Profil-pertes>
            <type-profil>const</type-profil>
            <param-profil>
              <rdf:Seq>
                <rdf:li>LOSS</rdf:li>
              </rdf:Seq>
            </param-profil>
          </Profil-pertes>
        </perte>
        <debit>THROUGHPUT_LIMIT</debit>
        <duplication>DUPLICATION</duplication>
      </Lien>



sansol 2006-06-09