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
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.
The text was updated successfully, but these errors were encountered:
@jagerman i knocked out a code pathway for retry tokens on initial packets, we can reuse some of the methods for the return value case from ngtcp2_conn_read_pkt
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.
The text was updated successfully, but these errors were encountered: