aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-09-21 13:47:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-09-21 13:47:47 +0200
commit5cff484b1d4598172c375cb42cb104522d1e0347 (patch)
tree806180151f0a9272797ff7381e4c55e0cab1df51
parentf9ae2cbac61be6c752f9312e05519fe495f2a5b9 (diff)
Revert TFTP block size increase
-rw-r--r--bbot/worker/worker.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/bbot/worker/worker.cxx b/bbot/worker/worker.cxx
index 178b49e..3205fd9 100644
--- a/bbot/worker/worker.cxx
+++ b/bbot/worker/worker.cxx
@@ -52,10 +52,10 @@ namespace bbot
// Note that upload can be quite large and take a while to upload under high
// load.
//
- const size_t tftp_blksize (65464); // Between 512 (default) and 65464.
- const size_t tftp_put_timeout (3600); // 1 hour (also the default).
- const size_t tftp_get_timeout (10); // 10 seconds.
- const size_t tftp_get_retries (3); // Task request retries (see startup()).
+ const size_t tftp_blksize (1024); // Between 512 (default) and 65464.
+ const size_t tftp_put_timeout (3600); // 1 hour (also the default).
+ const size_t tftp_get_timeout (10); // 10 seconds.
+ const size_t tftp_get_retries (3); // Task request retries (see startup()).
}
static dir_path