mycrl / hylarana

A cross-platform screen casting library implemented by Rust.
https://crates.io/crates/hylarana
GNU Lesser General Public License v2.1
12 stars 1 forks source link

fix: Packet Loss Handling Mechanism; #7

Closed mycrl closed 9 months ago

mycrl commented 9 months ago

Although the SRT transport protocol itself claims to be packet-less and uncluttered, I found that occasional packet loss still occurs, and I added separate packet loss handling as well as checksums to the upper layers.