m-lab / traceroute-caller

A sidecar service which runs traceroute after a connection closes
Apache License 2.0
18 stars 5 forks source link

Implement a timeout on traceroutes. #47

Closed pboothe closed 4 years ago

pboothe commented 4 years ago

Traceroutes that take too long are never going to return. But we never stop waiting.

pboothe commented 4 years ago

cacheEntry should have both .data and .error

pboothe commented 4 years ago

Done in #51