Files
rtems/cpukit
Frank Kühndel 679e7f109a 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.
2022-06-21 09:32:11 +02:00
..
2021-12-14 16:06:19 +01:00
2022-05-04 09:12:07 -05:00
2022-06-15 13:01:03 +10:00
2022-06-15 13:01:03 +10:00
2022-05-18 11:34:50 +02:00
2020-12-02 13:18:42 +01:00