implement parsing and writing of the DATAGRAM frames

This commit is contained in:
Marten Seemann
2019-10-05 18:47:57 +02:00
parent deacefdd34
commit eefd2b73f7
4 changed files with 168 additions and 0 deletions

View File

@@ -318,6 +318,7 @@ var _ = Describe("Frame parsing", func() {
&PathResponseFrame{},
&ConnectionCloseFrame{},
&HandshakeDoneFrame{},
&DatagramFrame{},
}
var framesSerialized [][]byte