forked from quic-go/quic-go
implement parsing and writing of the DATAGRAM frames
This commit is contained in:
@@ -318,6 +318,7 @@ var _ = Describe("Frame parsing", func() {
|
||||
&PathResponseFrame{},
|
||||
&ConnectionCloseFrame{},
|
||||
&HandshakeDoneFrame{},
|
||||
&DatagramFrame{},
|
||||
}
|
||||
|
||||
var framesSerialized [][]byte
|
||||
|
||||
Reference in New Issue
Block a user