mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-06 13:47:35 +03:00
add basic AckHandler
This commit is contained in:
parent
5381bfe220
commit
2ca580e73f
3 changed files with 149 additions and 0 deletions
13
ackhandler/ackhandler_suite_test.go
Normal file
13
ackhandler/ackhandler_suite_test.go
Normal file
|
@ -0,0 +1,13 @@
|
|||
package ackhandler
|
||||
|
||||
import (
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestCrypto(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "AckHandler Suite")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue