Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HTTP_CONFIG_TIMEOUT = time.Duration(15 * time.Second)
View Source
var HTTP_DOWNLOAD_TIMEOUT = time.Duration(15 * time.Minute)
View Source
var HTTP_LATENCY_TIMEOUT = time.Duration(15 * time.Second)
View Source
var SpeedtestConfigUrl = "http://www.speedtest.net/speedtest-config.php"
View Source
var SpeedtestServersUrl = "http://www.speedtest.net/speedtest-servers-static.php"
Functions ¶
func DownloadSpeed ¶
Types ¶
type ByDistance ¶
type ByDistance []Server
Sort by Distance
func (ByDistance) Len ¶
func (this ByDistance) Len() int
func (ByDistance) Less ¶
func (this ByDistance) Less(i, j int) bool
func (ByDistance) Swap ¶
func (this ByDistance) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.