mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-05 05:07:36 +03:00
create FlowController interface
This commit is contained in:
parent
d148943bc8
commit
c748a8dfc0
8 changed files with 107 additions and 43 deletions
13
flowcontrol/flowcontrol_suite_test.go
Normal file
13
flowcontrol/flowcontrol_suite_test.go
Normal file
|
@ -0,0 +1,13 @@
|
|||
package flowcontrol
|
||||
|
||||
import (
|
||||
. "github.com/onsi/ginkgo"
|
||||
. "github.com/onsi/gomega"
|
||||
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestCrypto(t *testing.T) {
|
||||
RegisterFailHandler(Fail)
|
||||
RunSpecs(t, "FlowControl Suite")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue