private-octopus / picoquic

Minimal implementation of the QUIC protocol
MIT License
540 stars 159 forks source link

Repeat orphan packets after socket error #1410

Closed huitema closed 1 year ago

huitema commented 1 year ago

Close #1409

The added multipath tests reproduced the issue #1409, and the revised code for simple multipath loss detection addresses it.