Skip to content
  • Anna Henningsen's avatar
    Fully initialize ngtcp2_transport_params · 6cd45cfb
    Anna Henningsen authored
    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.
    6cd45cfb