simple-tftp
simple-tftp copied to clipboard
TCP/UDP mismatch
Client and server use SOCK_STREAM, which basically means TCP while all TFTP protocol requires using UDP. Therefore both won't work with any other TFTP software.
So at least it's worth mentioning in README or may be it's better to rename project to avoid confusion.