private-octopus / picoquic

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

Simple optimistic ack #1512

Closed huitema closed 1 year ago

huitema commented 1 year ago

Set the default optimistic ack policy to the strategy suggested by Marten Seeman:

Fix the test suite to set the default to "no hole", except for tests that explicitly require hole insertion, because additional randomization does not help test repeatability.