Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/ftp
Module Name: src
Committed By: lukem
Date: Thu Jan 15 04:28:55 UTC 2026
Modified Files:
src/usr.bin/ftp: fetch.c ftp.c ftp_var.h util.c version.h
Log Message:
ftp: limit I/O transfers to 128 KiB
Change the default/maximum I/O transfer size to 128 KiB,
instead of relying upon the socket buffer size.
Reworked change proposed by Michael van Elst.
Use more constants instead of magic values.
Bump version to 20260115.
Part of PR bin/59865.
To generate a diff of this commit:
cvs rdiff -u -r1.242 -r1.243 src/usr.bin/ftp/fetch.c
cvs rdiff -u -r1.179 -r1.180 src/usr.bin/ftp/ftp.c
cvs rdiff -u -r1.89 -r1.90 src/usr.bin/ftp/ftp_var.h
cvs rdiff -u -r1.169 -r1.170 src/usr.bin/ftp/util.c
cvs rdiff -u -r1.101 -r1.102 src/usr.bin/ftp/version.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index