mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-06 05:37:36 +03:00
make it possible to log DATAGRAM frames
This commit is contained in:
parent
eefd2b73f7
commit
0582228e00
5 changed files with 33 additions and 0 deletions
|
@ -59,3 +59,8 @@ type StreamFrame struct {
|
|||
Length ByteCount
|
||||
Fin bool
|
||||
}
|
||||
|
||||
// A DatagramFrame is a DATAGRAM frame.
|
||||
type DatagramFrame struct {
|
||||
Length ByteCount
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue