Skip to content

Commit ac3a66c

Browse files
authored
Update README.md
1 parent 7d977de commit ac3a66c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# java-tftp
22

3-
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

Comments
 (0)