This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-net.git
commit 7ca819c6c607148d7b148d4e3487c07367d986ad Author: Gary Gregory <[email protected]> AuthorDate: Thu Dec 4 06:48:34 2025 -0500 Better link --- src/test/java/org/apache/commons/net/tftp/TFTPServer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/net/tftp/TFTPServer.java b/src/test/java/org/apache/commons/net/tftp/TFTPServer.java index 5e312a87..1e252108 100644 --- a/src/test/java/org/apache/commons/net/tftp/TFTPServer.java +++ b/src/test/java/org/apache/commons/net/tftp/TFTPServer.java @@ -225,7 +225,7 @@ public class TFTPServer implements Runnable, AutoCloseable { if (ack.getBlockNumber() != block) { /* * The origional tftp spec would have called on us to resend the previous data here, however, that causes the SAS Syndrome. - * http://www.faqs.org/rfcs/rfc1123.html section 4.2.3.1 The modified spec says that we ignore a duplicate ack. If the packet was really + * https://datatracker.ietf.org/doc/html/rfc1123 section 4.2.3.1 The modified spec says that we ignore a duplicate ack. If the packet was really * lost, we will time out on receive, and resend the previous data at that point. */ sendNext = false;
