Skip to content

Commit

Permalink
TFTPFS: Implement block and window size options
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
frank-kue authored and sebhub committed Jun 21, 2022
1 parent c044f05 commit 679e7f1
Show file tree
Hide file tree
Showing 5 changed files with 2,195 additions and 673 deletions.
Loading

0 comments on commit 679e7f1

Please sign in to comment.