diff options
Diffstat (limited to 'sources/protocols/implementations/VSReliableMulticastProtocol.java')
| -rw-r--r-- | sources/protocols/implementations/VSReliableMulticastProtocol.java | 3 |
1 files changed, 1 insertions, 2 deletions
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"); |
