private-octopus / picoquic

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

Test and solve datagram wait on decline #1479

Closed huitema closed 1 year ago

huitema commented 1 year ago

This is the fix for issue #1478.

The fix itself is one line, but to be complete I needed to add another datagram test to replicate the issue, and that required a bit of work in the datagram test framework.