diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-29 14:07:34 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-29 14:07:34 +0000 |
| commit | 6d1e772d75e1fcdd033787273de1f882a0624f57 (patch) | |
| tree | 319228579fbecc8bd22061fc7824ff358e1be734 /sources/protocols/implementations/VSBroadcastSturmProtocol.java | |
| parent | c9c76b1ef56707834c7b26342031cb3de8f72369 (diff) | |
reliable and basic multicast initial.
Diffstat (limited to 'sources/protocols/implementations/VSBroadcastSturmProtocol.java')
| -rw-r--r-- | sources/protocols/implementations/VSBroadcastSturmProtocol.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/protocols/implementations/VSBroadcastSturmProtocol.java b/sources/protocols/implementations/VSBroadcastSturmProtocol.java index a0fa821..6a02385 100644 --- a/sources/protocols/implementations/VSBroadcastSturmProtocol.java +++ b/sources/protocols/implementations/VSBroadcastSturmProtocol.java @@ -57,7 +57,7 @@ public class VSBroadcastSturmProtocol extends VSAbstractProtocol { * @see protocols.VSAbstractProtocol#onClientRecv(core.VSMessage) */ public void onClientRecv(VSMessage recvMessage) { - onServerRecv(recvMessage); + onServerRecv(recvMessage); } /* (non-Javadoc) |
