forked from quic-go/quic-go
put STREAM frames back into the pool when they are acknowledged
This commit is contained in:
@@ -5,5 +5,5 @@ import "github.com/lucas-clemente/quic-go/internal/wire"
|
||||
type Frame struct {
|
||||
wire.Frame // nil if the frame has already been acknowledged in another packet
|
||||
OnLost func(wire.Frame)
|
||||
OnAcked func()
|
||||
OnAcked func(wire.Frame)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user