m-lab / traceroute-caller

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

Traceroute-caller misses some stuff #28

Closed pboothe closed 4 years ago

pboothe commented 5 years ago

In particular, not every successful NDT test has a corresponding traceroute. We should understand why this is AND/OR make it so that no connections are missed.

pboothe commented 5 years ago

The right fix is to add an optional connection to a unix-domain socket served by the tcp-info daemon which allows the tcp-info daemon to notify connected systems when a new connection is created.

pboothe commented 5 years ago

Fixed in #31

pboothe commented 5 years ago

Part of https://github.com/m-lab/dev-tracker/issues/500

pboothe commented 5 years ago

Will be fixed in the next deployment.

mehtab11 commented 4 years ago

Fixed; closed.