mirror of
https://github.com/XIU2/CloudflareSpeedTest.git
synced 2026-09-03 00:07:29 +08:00
rebuild tcping
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package utils
|
||||
|
||||
type ProgressEvent int
|
||||
|
||||
const (
|
||||
NoAvailableIPFound ProgressEvent = iota
|
||||
AvailableIPFound
|
||||
NormalPing
|
||||
)
|
||||
Reference in New Issue
Block a user