Skip to content
This repository was archived by the owner on Aug 28, 2021. It is now read-only.

Commit d1787a8

Browse files
Update README.md
Fixed typo recovering & Unreachable
1 parent 456d334 commit d1787a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ The Sender also emits "Probe" objects on a special channel so that the analysis
3030
have been injected in the network (srcPort and Ttl).
3131

3232
Notice how encode the sending time-stamp and the ttl in the ISN of the TCP SYN packet. This allows for measuring
33-
the probe RTT, and recoving the TTL of the response. Just like regular traceroute, we expect the network to return
33+
the probe RTT, and recovering the TTL of the response. Just like regular traceroute, we expect the network to return
3434
us either ICMP Unreachable message (TTL exceeded) or TCP RST message (when we hit the ultimate hop).
3535

3636
The Sender thread stops once it completes the requested number of iterations over the source port range.
3737

3838
### ICMP Receiver
3939

40-
We run only one ICMP receiver goroutine: it is responsible for receiving the ICMP Unrechable messages and recovering
40+
We run only one ICMP receiver goroutine: it is responsible for receiving the ICMP Unreachable messages and recovering
4141
the original probe information from them. We only use the first 8 bytes of the TCP packet embedded into ICMP Unreachable
4242
message, though in IPv6 case we could have more. This is sufficient anyways to recover the TTL and the timestamp of the
4343
original probe.

0 commit comments

Comments
 (0)