diff options
| author | Paul Buetow <paul@buetow.org> | 2008-07-25 19:01:19 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-07-25 19:01:19 +0000 |
| commit | 30d88c6815d6500a94c04e61be6b7ddf80547bf7 (patch) | |
| tree | 25df52d0c63bc4f77848aff7d5cebf8405f44090 | |
| parent | 452b509dcb50eec5fb4d3111ff455e03bcc52efe (diff) | |
reliable multicast proto
| -rw-r--r-- | LaTeX/images/ss-protokoll-basic-multicast.png | bin | 0 -> 800061 bytes | |||
| -rw-r--r-- | LaTeX/images/ss-protokoll-reliable-multicast.png | bin | 0 -> 800024 bytes | |||
| -rw-r--r-- | saved-simulations/basic-multicast.dat | bin | 0 -> 25790 bytes | |||
| -rw-r--r-- | saved-simulations/reliable-multicast.dat | bin | 20561 -> 24862 bytes | |||
| -rw-r--r-- | sources/protocols/implementations/VSReliableMulticastProtocol.java | 3 |
5 files changed, 1 insertions, 2 deletions
diff --git a/LaTeX/images/ss-protokoll-basic-multicast.png b/LaTeX/images/ss-protokoll-basic-multicast.png Binary files differnew file mode 100644 index 0000000..5b9117a --- /dev/null +++ b/LaTeX/images/ss-protokoll-basic-multicast.png diff --git a/LaTeX/images/ss-protokoll-reliable-multicast.png b/LaTeX/images/ss-protokoll-reliable-multicast.png Binary files differnew file mode 100644 index 0000000..24cbe9a --- /dev/null +++ b/LaTeX/images/ss-protokoll-reliable-multicast.png diff --git a/saved-simulations/basic-multicast.dat b/saved-simulations/basic-multicast.dat Binary files differnew file mode 100644 index 0000000..a5b9791 --- /dev/null +++ b/saved-simulations/basic-multicast.dat diff --git a/saved-simulations/reliable-multicast.dat b/saved-simulations/reliable-multicast.dat Binary files differindex 93cc229..8acfa65 100644 --- a/saved-simulations/reliable-multicast.dat +++ b/saved-simulations/reliable-multicast.dat diff --git a/sources/protocols/implementations/VSReliableMulticastProtocol.java b/sources/protocols/implementations/VSReliableMulticastProtocol.java index d95d202..e5d2378 100644 --- a/sources/protocols/implementations/VSReliableMulticastProtocol.java +++ b/sources/protocols/implementations/VSReliableMulticastProtocol.java @@ -55,9 +55,8 @@ public class VSReliableMulticastProtocol extends VSAbstractProtocol { */ public void onClientInit() { Vector<Integer> vec = new Vector<Integer>(); - vec.add(2); + vec.add(1); vec.add(3); - vec.add(4); initVector("pids", vec, "PIDs beteilitger Prozesse"); initLong("timeout", 2500, "Zeit bis erneuerter Anfrage", "ms"); |
