You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
To accomplish that, we need to do the following:
quicly_conn_t
quicly_accept
orquicly_connect
quicly_conn_t
(like pthread_specific or h2o_context_get_handler_context) so that the event logger can accumulate events per connectionThe text was updated successfully, but these errors were encountered: