Mercurial > ecos
diff packages/redboot/current/include/net/tftp_support.h @ 126:518f42066aba ecos-sw-2000-09-19
Merge from eCos master repository on 2000-09-19-06:25:26-BST
| author | jlarmour |
|---|---|
| date | Tue, 19 Sep 2000 05:53:51 +0000 |
| parents | 6ed91473a1cd |
| children | ac086aa3217e |
line wrap: on
line diff
--- a/packages/redboot/current/include/net/tftp_support.h +++ b/packages/redboot/current/include/net/tftp_support.h @@ -81,8 +81,8 @@ extern int tftp_stream_open(char *file extern int tftp_stream_read(char *buf, int len, int *err); extern int tftp_stream_close(int *err); -#define TFTP_TIMEOUT_PERIOD 5 -#define TFTP_TIMEOUT_MAX 5 +#define TFTP_TIMEOUT_PERIOD 1 +#define TFTP_TIMEOUT_MAX 15 #define TFTP_RETRIES_MAX 5 #define TFTP_PORT 69
