Skip to content

Commit

Permalink
chore: use http ping as default
Browse files Browse the repository at this point in the history
  • Loading branch information
r3inbowari committed Nov 11, 2023
1 parent c5e9ac7 commit acce888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions speedtest/speedtest.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ var (
type Proto int

const (
ICMP Proto = iota
HTTP Proto = iota
TCP
HTTP
ICMP
)

// Speedtest is a speedtest client.
Expand Down

0 comments on commit acce888

Please sign in to comment.