forked from quic-go/quic-go
add Frame.MaxLength and implement it for currently needed frames
This commit is contained in:
@@ -5,4 +5,5 @@ import "bytes"
|
||||
// A Frame in QUIC
|
||||
type Frame interface {
|
||||
Write(b *bytes.Buffer) error
|
||||
MaxLength() int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user