com.threerings.tudey.util
Class TudeyUtil

java.lang.Object
  extended by com.threerings.tudey.util.TudeyUtil

public class TudeyUtil
extends Object

Static methods of general Tudey utility.


Constructor Summary
TudeyUtil()
           
 
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TudeyUtil

public TudeyUtil()
Method Detail

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.