Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Updated backbone-tag documentation
[simgrid.git] / doc / doxygen / platform.doc
index e80a7ba..8ab0177 100644 (file)
@@ -532,6 +532,7 @@ is similar to the sharing policy TCP uses.
 On the other hand, if a link is defined as a \b FATPIPE,
 each flow going through this link will be provided with the complete bandwidth,
 i.e., no sharing occurs and the bandwidth is only limiting each flow individually.
+Please note that this is really on a per-flow basis, not only on a per-host basis!
 The complete bandwidth provided by this link in this mode
 is ``#flows*bandwidth``, with at most ``bandwidth`` being available per flow.
 
@@ -637,14 +638,11 @@ TODO
 \note
   This tag is <b>only available</b> when the containing AS uses the "Cluster" mode!
 
-TODO: Is default=shared correct?
+Using this tag, you can designate an already existing link to be a backbone.
 
 Attribute name  | Mandatory | Values | Description
 --------------- | --------- | ------ | -----------
-id              | yes       | string | The identifier of the link to be used when referring to it.
-bandwidth       | yes       | int    | Maximum bandwidth for this link, given in bytes/s
-latency         | no        | double (default: 0.0) | Latency for this link.
-sharing_policy  | no        | SHARED\|FATPIPE\|FULLDUPLEX (default: SHARED) | Sharing policy for the link.
+id              | yes       | string | Name of the link that is supposed to act as a backbone.
 
 \subsection pf_storage Storage