mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47:36 +03:00
add an OnAcked callback to ackhandler.Frames
This commit is contained in:
parent
0edb3f2b93
commit
3525a51ada
3 changed files with 21 additions and 2 deletions
|
@ -5,4 +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()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue