Windows network speed tester
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
[main]
|
|
|
|
# logging (DEBUG/INFO/WARNING/ERROR/CRITICAL)
|
|
|
|
log_level=DEBUG
|
|
|
|
log_filename=speedtest.log
|
|
|
|
# download chunk size in bytes
|
|
|
|
chunk_size=1024
|
|
|
|
# sample every N chunks for averaging speed
|
|
|
|
sample_every=5
|
|
|
|
# connection timeout. This is the timeout for the server to send the first response, NOT read timeout
|
|
|
|
connection_timeout=60
|
|
|
|
# whether to update azure lists
|
|
|
|
azure_update=True
|
|
|
|
|
|
|
|
[mail]
|
|
|
|
smtp_host=smtp.mzjtechnology.com
|
|
|
|
smtp_login=test_account@mzjtechnology.com
|
|
|
|
smtp_password=test123456789
|
|
|
|
smtp_port=587
|
|
|
|
smtp_starttls=True
|
|
|
|
# optional
|
|
|
|
smtp_from=test@wiphone.io
|
|
|
|
smtp_sendto=me@helldev.net
|