Skip to content

Commit

Permalink
Merge pull request #2 from gyuho/loss
Browse files Browse the repository at this point in the history
status: fix reset loss
  • Loading branch information
xiang90 authored Aug 13, 2016
2 parents 95bd620 + 8527ae4 commit 07dd2e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions status.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ func (s *status) reset() {

s.srtt = 0
s.total = 0
s.loss = 0
s.health = false
s.clockdiff = 0
s.err = nil
Expand Down

0 comments on commit 07dd2e8

Please sign in to comment.