freebsd-dev/libexec/tftpd
John Baldwin fdf929ff91 Add support for the TFTP windowsize option described in RFC 7440.
The windowsize option permits multiple blocks to be transmitted
before the receiver sends an ACK improving throughput for larger
files.

Reviewed by:	asomers
MFC after:	2 weeks
Sponsored by:	DARPA
Differential Revision:	https://reviews.freebsd.org/D23836
2020-03-02 22:19:30 +00:00
..
tests Add support for the TFTP windowsize option described in RFC 7440. 2020-03-02 22:19:30 +00:00
Makefile
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
Makefile.depend.options Add Makefile.depend.options 2019-12-11 17:37:37 +00:00
tftp-file.c Add support for the TFTP windowsize option described in RFC 7440. 2020-03-02 22:19:30 +00:00
tftp-file.h Add support for the TFTP windowsize option described in RFC 7440. 2020-03-02 22:19:30 +00:00
tftp-io.c
tftp-io.h
tftp-options.c Add support for the TFTP windowsize option described in RFC 7440. 2020-03-02 22:19:30 +00:00
tftp-options.h Add support for the TFTP windowsize option described in RFC 7440. 2020-03-02 22:19:30 +00:00
tftp-transfer.c Add support for the TFTP windowsize option described in RFC 7440. 2020-03-02 22:19:30 +00:00
tftp-transfer.h
tftp-utils.c Add support for the TFTP windowsize option described in RFC 7440. 2020-03-02 22:19:30 +00:00
tftp-utils.h Add support for the TFTP windowsize option described in RFC 7440. 2020-03-02 22:19:30 +00:00
tftpd.8 Add support for the TFTP windowsize option described in RFC 7440. 2020-03-02 22:19:30 +00:00
tftpd.c