private-octopus / picoquic

Minimal implementation of the QUIC protocol
MIT License
527 stars 156 forks source link

Add test of reset_stream loss and repeat #1530

Closed huitema closed 1 year ago

huitema commented 1 year ago

This is part of debugging the perceived increase of memory in issue #1499. Debugging so far shows that the reset_stream was not received by the application, so we add a test to verify that reset_stream frames are correctly repeated after packet loss.