mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 04:37:36 +03:00
add a quic.Config option for DATAGRAM frames
This commit is contained in:
parent
231bc918d4
commit
913ddc5081
4 changed files with 9 additions and 1 deletions
|
@ -69,6 +69,8 @@ var _ = Describe("Config", func() {
|
|||
f.Set(reflect.ValueOf([]byte{1, 2, 3, 4}))
|
||||
case "KeepAlive":
|
||||
f.Set(reflect.ValueOf(true))
|
||||
case "EnableDatagrams":
|
||||
f.Set(reflect.ValueOf(true))
|
||||
case "Tracer":
|
||||
f.Set(reflect.ValueOf(mocklogging.NewMockTracer(mockCtrl)))
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue