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
|
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
|
876ccd899b
|
CONNECTION_CLOSE frames are not ack-eliciting
|
2020-10-25 13:22:33 +07:00 |
|
Marten Seemann
|
e622207822
|
assemble ackhandler.Frames, not wire.Frames, when packing a packet
|
2019-08-31 17:34:54 +07:00 |
|
Marten Seemann
|
e16bf92dc6
|
simplify (and speed up) IsFrameAckEliciting
|
2019-08-20 13:18:32 +07:00 |
|
Marten Seemann
|
5d999f3927
|
handle ACKs separately in the sent packet handler packet struct
|
2019-04-21 20:47:27 +09:00 |
|
Marten Seemann
|
b5336be518
|
rename retransmittable to ack-eliciting
|
2019-04-12 13:25:39 +09:00 |
|