altugbakan / rs-tftpd

TFTP Server Daemon implemented in Rust

Home Page:https://crates.io/crates/tftpd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New version rs-tftpd download become very slow

jinxsong123 opened this issue · comments

hi, Have you noticed that the download speed of the new version of tftp has become very slow?
I tested it, download 10M file, speet 30s
MicrosoftTeams-image (6)

The version is v0.2.8
Updating crates.io index
Downloaded tftpd v0.2.8
Downloaded 1 crate (15.2 KB) in 3.34s
Installing tftpd v0.2.8
Updating crates.io index
Compiling tftpd v0.2.8
Finished release [optimized] target(s) in 8.76s
Replacing /home/jinxsong/.cargo/bin/tftpd
Replaced package tftpd v0.2.6 with tftpd v0.2.8 (executable tftpd)

I start the server using " tftpd -p 8888 -d /tmp/tftp --duplicate-packets 0" seems ok, so the default value of --duplicate-packets seems not 0

Ahh, thanks for catching that! Would you like to make a PR with the fix? If not, I can check that out later.

Sorry, I am not familiar with Rust

No worries! I was just asking it to welcome contributions.

Fixed with #11