mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 04:07:35 +03:00
link to the wiki explaining the UDP receive buffer size
This commit is contained in:
parent
0eb3f14a60
commit
b0974c14ad
3 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,8 @@
|
|||
package quic
|
||||
|
||||
import (
|
||||
"io/ioutil"
|
||||
"log"
|
||||
"sync"
|
||||
"testing"
|
||||
|
||||
|
@ -23,6 +25,10 @@ var _ = BeforeEach(func() {
|
|||
connMuxerOnce = *new(sync.Once)
|
||||
})
|
||||
|
||||
var _ = BeforeSuite(func() {
|
||||
log.SetOutput(ioutil.Discard)
|
||||
})
|
||||
|
||||
var _ = AfterEach(func() {
|
||||
mockCtrl.Finish()
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue