From 17a8353503e522ba3f520ec6452a5ebb5966f2f6 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 18 Feb 2024 22:26:22 +0300 Subject: [PATCH] TCP Fast Open --- cmd/download | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/download b/cmd/download index 50f9268..cee1b45 100755 --- a/cmd/download +++ b/cmd/download @@ -8,6 +8,7 @@ read url < url [ -r out ] && time_cond="--time-cond out" || : [ -z "$FEEDER_CURL_VERBOSE" ] && silent="--silent" || silent="--verbose" ${CURL:-curl} --fail \ + --tcp-fastopen \ --user-agent "$FEEDER_USER_AGENT" \ --compressed \ --location --max-redirs 2 \ -- 2.48.1