com.threerings.tudey.util
Class TudeyUtil
java.lang.Object
com.threerings.tudey.util.TudeyUtil
public class TudeyUtil
- extends Object
Static methods of general Tudey utility.
|
Method Summary |
static int |
getBufferDelay(int tickInterval)
Given the interval between ticks, returns the delay with which the clients display
information received from the server in order to compensate for network jitter and
dropped packets. |
TudeyUtil
public TudeyUtil()
getBufferDelay
public static int getBufferDelay(int tickInterval)
- Given the interval between ticks, returns the delay with which the clients display
information received from the server in order to compensate for network jitter and
dropped packets.
Copyright © 2011. All Rights Reserved.