There was an error fetching the commit references. Please try again later.
Fully initialize ngtcp2_transport_params
Node.js makes the full `ngtcp2_transport_params` struct available for storage as a byte array, including any possible padding in the struct. Fully initializing the struct with `memset()` makes this deterministic.
Please register or sign in to comment