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

set 'duplicate-packets 0' in server command always upload failed

jinxsong123 opened this issue · comments

when I start the server using this command 'tftpd -p 8888 -d /tmp/tftp --overwrite --duplicate-packets 0'

but client upload the file always 'Transfer timed out.'

图片

the Version: tftpd v0.2.8

Thanks for catching this, I will try to implement a testing suite for the server so that these bugs can be easily caught in the future.

Fixed with #11