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

sampling-based, accumulative event logging #93

Open
kazuho opened this issue Feb 21, 2019 · 0 comments
Open

sampling-based, accumulative event logging #93

kazuho opened this issue Feb 21, 2019 · 0 comments

Comments

@kazuho
Copy link
Member

kazuho commented Feb 21, 2019

To accomplish that, we need to do the following:

  • move event mask to quicly_conn_t
  • let the application set the event mask when calling quicly_accept or quicly_connect
  • create keyed stash for quicly_conn_t (like pthread_specific or h2o_context_get_handler_context) so that the event logger can accumulate events per connection
  • create an accumulative event logger (with an option to set the maximum buffer size per connection)
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