You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.