altugbakan / rs-tftpd

TFTP Server Daemon implemented in Rust
https://crates.io/crates/tftpd
MIT License
51 stars 14 forks source link

Fix duplicate packets when set to 0 #11

Closed vilheikk closed 10 months ago

vilheikk commented 10 months ago

This should fix issue #9 and #10 by making the duplicate packets == 0 as the default config and also fix the receiving of files in case duplicate packets == 0.

altugbakan commented 10 months ago

LGTM! Thanks!