com.limegroup.gnutella.settings
Class DownloadSettings

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

public class DownloadSettings
extends LimeProps

Settings for downloads


Field Summary
static IntSetting MAX_DOWNLOAD_BYTES_PER_SEC
          The maximum number of downstream bytes per second ever passed by this node.
static IntSetting MAX_SIM_DOWNLOAD
          The maximum number of simultaneous downloads to allow.
 
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

MAX_DOWNLOAD_BYTES_PER_SEC

public static final IntSetting MAX_DOWNLOAD_BYTES_PER_SEC
The maximum number of downstream bytes per second ever passed by this node.


MAX_SIM_DOWNLOAD

public static final IntSetting MAX_SIM_DOWNLOAD
The maximum number of simultaneous downloads to allow.