Skip to content

Commit 7ca819c

Browse files
committed
Better link
1 parent 932036b commit 7ca819c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/org/apache/commons/net/tftp/TFTPServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ private void handleRead(final TFTPReadRequestPacket trrp) throws IOException, TF
225225
if (ack.getBlockNumber() != block) {
226226
/*
227227
* The origional tftp spec would have called on us to resend the previous data here, however, that causes the SAS Syndrome.
228-
* 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
228+
* 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
229229
* lost, we will time out on receive, and resend the previous data at that point.
230230
*/
231231
sendNext = false;

0 commit comments

Comments
 (0)