mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
Merge pull request #2162 from lucas-clemente/datagram
implement the datagram draft
This commit is contained in:
commit
9693a46d31
36 changed files with 879 additions and 67 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