Tricks
- If you want to use a proxy (for anonymity), open the config.ini file and add proxyHost and proxyPort appropriately. Currently there's no way to set it graphically.
- The program will create a new config.ini file whenever you close it. If the file doesn't exist, one with the default values will be created. It can be a trick for "restore default settings".
Configuration File
File name (case sensitive): config.properties (all small letters)
If the file doesn't exist, the application will create one with the default values after exiting the first run.
For the sake of simplicity this application reads/writes all of its option from/to a simple text file named "config.properties".
connectTimeoutMs
POSITIVE NUMBER. TIME IN MILLISECONDS
The timeout to wait for server when initiating the connection. Usually the server will respond almost immediately but sometimes network errors may delay it longer.
Default value: 10000
readTimeoutMs
POSITIVE NUMBER. TIME IN MILLISECONDS
The timeout to wait for data when reading. Usually the server will respond continuesly but sometimes network errors may interrupt the data flow.
Default value: 10000
sleepMs
POSITIVE NUMBER. TIME IN MILLISECONDS
Default value: 500
showSiteWarning
EITHER OF THESE VALUES: true or false
Indicates weather the program should show a warning when you run it. Nothing special really! ;-)
The value will become false if you choose not to see it when it's shown on screen.
Default value: false
totalByteCounter
POSITIVE NUMBER (LONG)
Total number of bytes received since the application was first run (you can however reset this number by clicking on the statistics text on top of the window) This property doesn't exist by default. Application will write the last value when exiting.
Default value: -
totalComCounter
POSITIVE NUMBER (LONG)
Total number of connections since the application was first run (you can however reset this number by clicking on the statistics text on top of the window) This property doesn't exist by default. Application will write the last value when exiting.
Default value: -
slogan
TEXT
A few words that is shown on the green bar on top of the application window. If it's longer than the provided space, it will be truncated at center.
Default value: WHERE IS MY VOTE?
proxyHost
HOST NAME OR IP ADDRESS
By default it doesn't exist in the configuration file which means no proxy will be used.
NOTE: Proxy feature is not tested yet. Please contact us if there's a bug.
Default value: -
proxyPort
POSITIVE NUMBER BETWEEN 1 TO 65526
By default it doesn't exist in the configuration file which means no proxy will be used. Program will not check the number range. Usually this value is 80, 8080, 8118, 4567... depending on the proxy server.
NOTE: Proxy feature is not tested yet. Please contact us if there's a bug.
Default value: -
|
|