Andrew Boyson / net

Dependents:   oldheating gps motorhome heating

Revision:
170:96c637dc3f52
Parent:
160:6a1d1d368f80
Child:
184:ad80a63e3002
--- a/udp/tftp/tftp.c	Tue Dec 01 12:56:34 2020 +0000
+++ b/udp/tftp/tftp.c	Wed Dec 09 18:11:05 2020 +0000
@@ -13,7 +13,7 @@
 
 bool TftpTrace = false;
 
-#define WRITE_TIMEOUT_MS 6000 //Make this longer than the resolve time which is up to 3 seconds
+#define WRITE_TIMEOUT_MS 7000 //Make this longer than the resolve time which is up to 3 seconds
 
 #define TFTP_RRQ   1
 #define TFTP_WRQ   2