Skip to content

Commit

Permalink
fastip: fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneOne1 committed Aug 27, 2021
1 parent 1a9d035 commit 454e883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastip/ping.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type pingResult struct {
// ipp is the address-port pair the result is related to.
ipp netutil.IPPort
// latency is the duration of dialing process in milliseconds.
latency time.Duration
latency uint
// success is true when the dialing succeeded.
success bool
}
Expand Down

0 comments on commit 454e883

Please sign in to comment.