aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2026-06-29 15:53:54 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2026-06-29 15:53:54 +0000
commit15ee1fc07457b5fb7e1b027d18afc4ffc9aa56b2 (patch)
treea5b8be64727f83d2a88fdd23ea91534ee203316a
parent1b5f832e268f1f1092d0ebfc3bab4a7228aae20b (diff)
Revert "libfetch: Document fetchTimeout"
This reverts commit c83e9ee0ef3e6af982e6fd35afe420d460fa84b3.
-rw-r--r--lib/libfetch/fetch.318
1 files changed, 2 insertions, 16 deletions
diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3
index f76df3b027bd..20a22a263b5b 100644
--- a/lib/libfetch/fetch.3
+++ b/lib/libfetch/fetch.3
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd June 27, 2026
+.Dd January 22, 2026
.Dt FETCH 3
.Os
.Sh NAME
@@ -56,8 +56,7 @@
.Nm fetchGetFTP ,
.Nm fetchPutFTP ,
.Nm fetchStatFTP ,
-.Nm fetchListFTP ,
-.Nm fetchTimeout
+.Nm fetchListFTP
.Nd file transfer functions
.Sh LIBRARY
.Lb libfetch
@@ -65,7 +64,6 @@
.In sys/param.h
.In stdio.h
.In fetch.h
-.Vt extern int fetchTimeout;
.Ft struct url *
.Fn fetchMakeURL "const char *scheme" "const char *host" "int port" "const char *doc" "const char *user" "const char *pwd"
.Ft struct url *
@@ -291,18 +289,6 @@ or
functions is read-only, and that a stream returned by one of the
.Fn fetchPutXXX
functions is write-only.
-.Pp
-The
-.Va fetchTimeout
-global variable can be set to the amount of time in seconds to wait
-for each network operation, including each connection attempt (keeping
-in mind that one name may resolve to multiple addresses which will
-each be tried sequentially), each read, and each write.
-Thus,
-.Va fetchTimeout
-can safely be set to a relatively low value without fear of
-prematurely terminating a long transfer; it will only kick in if the
-transfer is stalled.
.Sh FILE SCHEME
.Fn fetchXGetFile ,
.Fn fetchGetFile