mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-06 21:57:36 +03:00
Implement loss recovery from the current WG draft
Fixes #498 and will hopefully go a long way towards fixing the many flaky tests.
This commit is contained in:
parent
959a8d0e4f
commit
1c5380c49b
9 changed files with 376 additions and 434 deletions
|
@ -9,5 +9,5 @@ import (
|
|||
|
||||
func TestCrypto(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "AckHandler (New) Suite")
|
||||
RunSpecs(t, "AckHandler Suite")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue