[RTEMS Project] #4666: TFTP: Implement block and window size options
RTEMS trac
trac at rtems.org
Tue Jun 21 07:46:16 UTC 2022
#4666: TFTP: Implement block and window size options
-----------------------------+------------------------------
Reporter: Sebastian Huber | Owner: Sebastian Huber
Type: enhancement | Status: assigned
Priority: normal | Milestone: 6.1
Component: fs | Version: 6
Severity: normal | Resolution:
Keywords: | Blocked By:
Blocking: |
-----------------------------+------------------------------
Comment (by Frank Kühndel <frank.kuehndel@…>):
In [changeset:"679e7f109ab686255ca1e77f8b0cbb7812cf96e6/rtems"
679e7f10/rtems]:
{{{
#!CommitTicketReference repository="rtems"
revision="679e7f109ab686255ca1e77f8b0cbb7812cf96e6"
TFTPFS: Implement block and window size options
The original file cpukit/libfs/src/ftpfs/tftpDriver.c
is split into two:
tftpfs.c - This file contains the code from tftpDriver.c
related to file system operations such as mount(),
open(), read(), and so on.
tftpDriver.c - In the original file remains only the code related
to networking. This code implements the Trivial
File Transfer Protocol (TFTP).
Moreover, the code is extended to support
* RFC 2347 TFTP Option Extension
* RFC 2348 TFTP Blocksize Option
* RFC 7440 TFTP Windowsize Option
Update #4666.
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/4666#comment:2>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list