X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9cbc4426e05efd62112be9b19b24723cd2fe599b..e716b5b6eb47bcdd09c22747a617a7f68e65a645:/examples/msg/README diff --git a/examples/msg/README b/examples/msg/README index ca09f49452..7b670cda30 100644 --- a/examples/msg/README +++ b/examples/msg/README @@ -24,12 +24,13 @@ OLD NAME: ping_pong.c make sendrecv/sendrecv - Execute: - sendrecv/sendrecv + sendrecv/sendrecv --cfg=workstation/model: where networkmodel can be one of the following: - 1) KFCCNL05 - Maxmin fairness - 2) KFCCNL05_proportional - Vegas TCP fairness (proportional approach) - 3) KFCCNL05_Vegas - Vegas TCP fairness (lagrange approach) - 4) KFCCNL05_Reno - Reno TCP fairness (lagrange approach) + 1) CLM03 - Simple fairness model + 2) KFCCNL05 - Maxmin fairness + 3) KFCCNL05_proportional - Vegas TCP fairness (proportional approach) + 4) KFCCNL05_Vegas - Vegas TCP fairness (lagrange approach) + 5) KFCCNL05_Reno - Reno TCP fairness (lagrange approach) - Debug: (WARNING: way may want to disable compiler optimizations)