Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep more information when tracking observed addresses (in identify) #416

Closed
Stebalien opened this issue Sep 8, 2018 · 0 comments
Closed
Labels
kind/enhancement A net-new feature or improvement to an existing feature

Comments

@Stebalien
Copy link
Member

We should record:

  • The complete mapping. That is, instead of mapping "observed address -> observer", we should map "internal address -> observed address -> observer".
  • The connection direction. We can now get this information by calling conn.Stat().

Given this, we should be able to better manage this list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A net-new feature or improvement to an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant