rebuild tcping

This commit is contained in:
mazhuang
2021-11-09 18:44:17 +08:00
parent 6f74e60444
commit 83c63e975e
5 changed files with 148 additions and 68 deletions

9
utils/progress.go Normal file
View File

@@ -0,0 +1,9 @@
package utils
type ProgressEvent int
const (
NoAvailableIPFound ProgressEvent = iota
AvailableIPFound
NormalPing
)