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 0a85ec87222d86d066be518bd072175a7f1e96ac
Merge: 77075827 e674126d
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Wed Mar 5 08:34:24 2025 -0500

    Merge pull request #331 from vimukthiD/RFC-2348-blksize
    
    NET-727 enable accessing options map for TFTP request packet and allow 
using `blksize` option

 .../java/org/apache/commons/net/tftp/TFTP.java     | 44 +++++++++-
 .../apache/commons/net/tftp/TFTPDataPacket.java    | 14 +---
 .../apache/commons/net/tftp/TFTPErrorPacket.java   |  7 ++
 .../org/apache/commons/net/tftp/TFTPPacket.java    |  7 ++
 .../apache/commons/net/tftp/TFTPRequestPacket.java | 79 ++++++++++++++++--
 .../commons/net/tftp/TFTPRequestPacketTest.java    | 93 ++++++++++++++++++++++
 .../java/org/apache/commons/net/tftp/TFTPTest.java | 10 ++-
 7 files changed, 231 insertions(+), 23 deletions(-)

Reply via email to