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

server params caching and pre-connection client side work (less net spammy!) #13

Open
markblundeberg opened this issue Nov 28, 2019 · 0 comments

Comments

@markblundeberg
Copy link
Owner

  • Put server params in a submessage.
  • In the initial greeting, server provides hash of server params.
  • Client checks hash against in-memory cache. If different/missing then can request full params.

Then, client can do pre-connection things like choosing inputs / allocating outputs; if params change compared to the known conditions, then abort.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant