mirror of
https://github.com/weaveworks/scope.git
synced 2026-09-06 10:17:19 +00:00
Instead of including the localEndpointID in the key, use the address, so the port is excluded. That way we don't end up with multiple rows for inbound connections from the same internet address. We also augment the address with the DNS info here, which saves us from having to look it up later on. Fixes #1867