mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-16 20:11:09 +00:00
We used to ignore source endpoints that are associated with multiple destination endpoints, which is a partial workaround for our inability to correctly represent two connections from the same source ip/port but different processes, or the same destination ip/port but different processes. See #2665. However, that condition is too coarse. In particular, we end up ignoring endpoints that are connected to NATed destinations, since the latter are represented by two (or more) endpoints. The change here corrects that.
5.3 KiB
5.3 KiB