Skip to content

Commit

Permalink
add todo item
Browse files Browse the repository at this point in the history
  • Loading branch information
Maartje Eyskens committed Aug 24, 2018
1 parent bc70126 commit d7b025b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imcp/icmp.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func listenForSpecific(deadline time.Time, neededPeer, neededBody string) (strin
}

if x.Type.(ipv4.ICMPType).String() == "time exceeded" {
return "", nil
return "", nil //TODO: add a check for sequences here
}

if x.Type.(ipv4.ICMPType).String() == "echo reply" {
Expand Down

0 comments on commit d7b025b

Please sign in to comment.