Make ngtcp2_pkt_write_stateless_reset use const for input
These two input buffers are not modified as part of the function and can/should thus be `const`.
Please register or sign in to comment
These two input buffers are not modified as part of the function and can/should thus be `const`.