diff options
| author | Paul Buetow <paul@buetow.org> | 2008-07-26 00:33:31 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-07-26 00:33:31 +0000 |
| commit | 7978f11e1f8db492c149a8aa8ebc222f20370353 (patch) | |
| tree | a2e734aebc943b82326fd04f5c61d1e2e78d78d5 /sources/protocols/implementations/VSReliableMulticastProtocol.java | |
| parent | 30d88c6815d6500a94c04e61be6b7ddf80547bf7 (diff) | |
probelesen
Diffstat (limited to 'sources/protocols/implementations/VSReliableMulticastProtocol.java')
| -rw-r--r-- | sources/protocols/implementations/VSReliableMulticastProtocol.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/protocols/implementations/VSReliableMulticastProtocol.java b/sources/protocols/implementations/VSReliableMulticastProtocol.java index e5d2378..8a605fd 100644 --- a/sources/protocols/implementations/VSReliableMulticastProtocol.java +++ b/sources/protocols/implementations/VSReliableMulticastProtocol.java @@ -59,7 +59,7 @@ public class VSReliableMulticastProtocol extends VSAbstractProtocol { vec.add(3); initVector("pids", vec, "PIDs beteilitger Prozesse"); - initLong("timeout", 2500, "Zeit bis erneuerter Anfrage", "ms"); + initLong("timeout", 2500, "Zeit bis erneute Anfrage", "ms"); } /* (non-Javadoc) @@ -151,7 +151,7 @@ public class VSReliableMulticastProtocol extends VSAbstractProtocol { sendMessage(message); if (ackSent) { - logg("ACK erneuert versendet"); + logg("ACK erneut versendet"); } else { logg("ACK versendet"); |
