In looking at ngtcp2 example/server, I came across handling of NGTCP2_ERR_RETRY being a possible return value from ngtcp2_conn_read_pkt, along with a bunch of stuff in that same example c++ code to actually build and send a retry packet.
I'm thinking we should do the same.
In looking at ngtcp2 example/server, I came across handling of
NGTCP2_ERR_RETRYbeing a possible return value from ngtcp2_conn_read_pkt, along with a bunch of stuff in that same example c++ code to actually build and send a retry packet.I'm thinking we should do the same.