simple-tftp icon indicating copy to clipboard operation
simple-tftp copied to clipboard

TCP/UDP mismatch

Open vnd opened this issue 11 years ago • 0 comments

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.

vnd avatar Dec 24 '14 09:12 vnd