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
This may work fine if the peer hasn't received any newer packets from us. The out_packets field could hold a Packet.t instead of a Cstruct.t -- this would make it easier to 1) update the replay packet id, 2) share code between tls-auth and tls-crypt(-v2).
The text was updated successfully, but these errors were encountered:
This may work fine if the peer hasn't received any newer packets from us. The
out_packets
field could hold aPacket.t
instead of aCstruct.t
-- this would make it easier to 1) update the replay packet id, 2) share code between tls-auth and tls-crypt(-v2).The text was updated successfully, but these errors were encountered: