com.limegroup.gnutella.settings
Class UltrapeerSettings

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

public final class UltrapeerSettings
extends LimeProps

Settings for Ultrapeers.


Field Summary
static BooleanSetting DISABLE_ULTRAPEER_MODE
          Setting for whether or not to disable Ultrapeer mode.
static BooleanSetting EVER_ULTRAPEER_CAPABLE
          Setting for whether or not we've ever been Ultrapeer capable.
static BooleanSetting FORCE_ULTRAPEER_MODE
          Setting for whether or not to force Ultrapeer mode.
static IntSetting MAX_LEAVES
          Setting for the maximum leaf connections.
 
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

EVER_ULTRAPEER_CAPABLE

public static final BooleanSetting EVER_ULTRAPEER_CAPABLE
Setting for whether or not we've ever been Ultrapeer capable.


FORCE_ULTRAPEER_MODE

public static final BooleanSetting FORCE_ULTRAPEER_MODE
Setting for whether or not to force Ultrapeer mode.


DISABLE_ULTRAPEER_MODE

public static final BooleanSetting DISABLE_ULTRAPEER_MODE
Setting for whether or not to disable Ultrapeer mode.


MAX_LEAVES

public static final IntSetting MAX_LEAVES
Setting for the maximum leaf connections.