修复 下载测速时间不准确、卡住的问题

This commit is contained in:
xiu2
2020-12-24 23:09:07 +08:00
parent dc68529244
commit 638273b7e7
2 changed files with 1 additions and 6 deletions

View File

@@ -138,10 +138,6 @@ func main() {
var data_2 = make([]CloudflareIPData, 0)
downloadTestTime = time.Duration(downloadSecond) * time.Second
//println(downloadTestCount)
//println(downloadTestTime)
//println(downloadSecond)
fmt.Println("# XIU2/CloudflareSpeedTest " + version + "\n")
if ipv6Mode {
fmt.Println("开始延迟测速模式TCP IPv6端口" + strconv.Itoa(tcpPort) + "")