Skip to content
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

Fix duplicate packets when set to 0 #11

Merged
merged 2 commits into from
Oct 27, 2023
Merged

Commits on Oct 26, 2023

  1. Fix receiving files when duplicate packets == 0

    Acks weren't sent at all in case duplicate packets were configured to be zero.
    vilheikk committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    8943179 View commit details
    Browse the repository at this point in the history
  2. Set duplicate-packets default to match the help

    Help text says that the duplicate-packets default is 0,
    so set it also to be the default.
    vilheikk committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    4f5f71b View commit details
    Browse the repository at this point in the history