Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: oldheating gps motorhome heating
Diff: udp/tftp/tftp.c
- 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