Juliusz Chroboczek
|
44ae9f82d3
|
Remodularise packet cache.
|
2020-10-04 21:08:34 +02:00 |
|
Juliusz Chroboczek
|
4a8e48d146
|
Take next packet index into account when sending NACKs.
This avoids sending NACKs for packets in the future.
|
2020-10-04 16:07:23 +02:00 |
|
Juliusz Chroboczek
|
a50e9c6771
|
Buffer last keyframe.
|
2020-10-03 16:18:28 +02:00 |
|
Juliusz Chroboczek
|
bbd5ce0c75
|
Remove dead code (cache.GetLast).
|
2020-10-03 13:15:30 +02:00 |
|
Juliusz Chroboczek
|
94c42ea784
|
Be more aggressive about growing the packet cache.
Also add a test.
|
2020-06-09 17:17:21 +02:00 |
|
Juliusz Chroboczek
|
0f96f94417
|
Implement packetcache.GetLast.
|
2020-06-08 21:55:38 +02:00 |
|
Juliusz Chroboczek
|
b00d2abacf
|
Implement packetcache resizing.
|
2020-06-04 00:36:01 +02:00 |
|
Juliusz Chroboczek
|
b7a680671d
|
Remove padding in packetcache.
Since the packet entries are already overdimensioned, there's no
need to add additional padding.
|
2020-06-03 02:45:34 +02:00 |
|
Juliusz Chroboczek
|
a6b09c9150
|
Implement packagecache.GetAt.
|
2020-05-20 23:41:29 +02:00 |
|
Juliusz Chroboczek
|
f641e263f1
|
Make packetcache.Get use a caller-allocated buffer.
|
2020-05-20 20:32:30 +02:00 |
|
Juliusz Chroboczek
|
a6ff98a313
|
Make packet cache cache-friendly.
|
2020-05-20 19:36:33 +02:00 |
|
Juliusz Chroboczek
|
92de141b97
|
Rework sending of NACKs.
|
2020-05-03 11:06:08 +02:00 |
|
Juliusz Chroboczek
|
5715182978
|
Fix TotalLost value in receiver reports.
|
2020-05-03 11:06:08 +02:00 |
|
Juliusz Chroboczek
|
100f72e76c
|
Don't count NACK recovery as properly received packets.
|
2020-05-03 11:06:08 +02:00 |
|
Juliusz Chroboczek
|
b042bed9a3
|
Maintain reception statistics, send receiver reports.
|
2020-04-29 13:27:51 +02:00 |
|
Juliusz Chroboczek
|
e2d89c7c17
|
Merge packet list and window into cache.
|
2020-04-29 11:11:07 +02:00 |
|