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
A client and server that implements the TFTP protocol over UDP. There is no support for error handling other than file-not-found errors, and no support handling datagram duplication in the network.
3
+
A client and server that implements the [TFTP](https://www.ietf.org/rfc/rfc1350.txt) protocol over UDP. There is no support for error handling other than file-not-found errors, and no support handling datagram duplication in the network.
4
+
5
+
Due to the nature of TFTP, the client and server are extremely similar and therefore share almost all code. The server will start a new thread for each incoming connection.
0 commit comments