Marten Seemann
|
0438eada95
|
use ackhandler.Frame directly, not as a pointer, remove its sync.Pool (#3835)
|
2023-06-02 04:56:18 -07:00 |
|
Marten Seemann
|
f8d24ef1e9
|
don't use closures for passing OnLost and OnAcked STREAM frame callbacks (#3833)
|
2023-06-02 04:14:04 -07:00 |
|
Marten Seemann
|
58cedf7a4f
|
rename module, adjust import paths to quic-go/quic-go (#3680)
|
2023-01-21 19:53:57 -08:00 |
|
Marten Seemann
|
2aa71ff76b
|
use a sync.Pool for ackhandler.Frames (#3656)
|
2023-01-17 23:15:02 -08:00 |
|
Marten Seemann
|
4cb8bf3101
|
put STREAM frames back into the pool when they are acknowledged
|
2019-09-07 16:31:52 +07:00 |
|
Marten Seemann
|
3525a51ada
|
add an OnAcked callback to ackhandler.Frames
|
2019-08-31 17:34:54 +07:00 |
|
Marten Seemann
|
1d392b4276
|
retransmit frames instead of packets
|
2019-08-29 15:00:10 +07:00 |
|