summaryrefslogtreecommitdiff
path: root/sources/protocols
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-07-25 19:01:19 +0000
committerPaul Buetow <paul@buetow.org>2008-07-25 19:01:19 +0000
commit30d88c6815d6500a94c04e61be6b7ddf80547bf7 (patch)
tree25df52d0c63bc4f77848aff7d5cebf8405f44090 /sources/protocols
parent452b509dcb50eec5fb4d3111ff455e03bcc52efe (diff)
reliable multicast proto
Diffstat (limited to 'sources/protocols')
-rw-r--r--sources/protocols/implementations/VSReliableMulticastProtocol.java3
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");