-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Receiver decoding process stuck in an infinite loop #3
Comments
github-af
added a commit
to github-af/lidi
that referenced
this issue
Jul 10, 2024
github-af
added a commit
to github-af/lidi
that referenced
this issue
Jul 10, 2024
github-af
added a commit
to github-af/lidi
that referenced
this issue
Jul 10, 2024
github-af
added a commit
to github-af/lidi
that referenced
this issue
Jul 10, 2024
github-af
added a commit
to github-af/lidi
that referenced
this issue
Jul 10, 2024
github-af
added a commit
to github-af/lidi
that referenced
this issue
Jul 10, 2024
github-af
added a commit
to github-af/lidi
that referenced
this issue
Jul 11, 2024
github-af
added a commit
to github-af/lidi
that referenced
this issue
Jul 11, 2024
r3dlight
pushed a commit
that referenced
this issue
Jul 29, 2024
Merged
r3dlight
pushed a commit
that referenced
this issue
Jul 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When transferring files, if there is a loss of UDP packets and the reblock process cannot assemble a block for decoding, such a loss of synchronization may occur, in which, as a result, the decoding process gets stuck in an infinite loop (the condition
*to_receive == block_id
is not met)lidi/src/receive/decoding.rs
Lines 30 to 39 in 3d8654e
Packet loss can be simulated with such a simple code
BR,
Pavel
The text was updated successfully, but these errors were encountered: