summaryrefslogtreecommitdiff
path: root/tftpy/TftpShared.py
diff options
context:
space:
mode:
Diffstat (limited to 'tftpy/TftpShared.py')
-rw-r--r--tftpy/TftpShared.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tftpy/TftpShared.py b/tftpy/TftpShared.py
index 734b263..7f618e9 100644
--- a/tftpy/TftpShared.py
+++ b/tftpy/TftpShared.py
@@ -9,7 +9,7 @@ DEF_BLKSIZE = 512
MAX_BLKSIZE = 65536
SOCK_TIMEOUT = 5
MAX_DUPS = 20
-DEF_TIMEOUT_RETRIES = 5
+DEF_TIMEOUT_RETRIES = 3
DEF_TFTP_PORT = 69
# A hook for deliberately introducing delay in testing.