com.limegroup.gnutella.settings
Class PingPongSettings

java.lang.Object
  extended bycom.limegroup.gnutella.settings.AbstractSettings
      extended bycom.limegroup.gnutella.settings.LimeProps
          extended bycom.limegroup.gnutella.settings.PingPongSettings

public final class PingPongSettings
extends LimeProps

Settings for pings and pongs, pong caching and such.


Field Summary
static BooleanSetting PINGS_ACTIVE
          Setting for whether or not pings should be sent for our pong caching scheme -- useful setting for tests.
 
Fields inherited from class com.limegroup.gnutella.settings.LimeProps
FACTORY
 
Methods inherited from class com.limegroup.gnutella.settings.LimeProps
instance
 
Methods inherited from class com.limegroup.gnutella.settings.AbstractSettings
getFactory, getProperties, getPropertiesFile, getShouldSave, reload, revertToDefault, save, setShouldSave
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PINGS_ACTIVE

public static final BooleanSetting PINGS_ACTIVE
Setting for whether or not pings should be sent for our pong caching scheme -- useful setting for tests.