Mercurial > ecos-v3_0-branch
diff packages/redboot/current/include/net/tftp_support.h @ 161:ac086aa3217e
Merge from eCos master repository on 2001-06-08-21:11:51-BST
| author | jlarmour |
|---|---|
| date | Sun, 10 Jun 2001 19:35:23 +0000 |
| parents | 518f42066aba |
| children | e0c0827131d1 |
line wrap: on
line diff
--- a/packages/redboot/current/include/net/tftp_support.h +++ b/packages/redboot/current/include/net/tftp_support.h @@ -23,7 +23,7 @@ // // The Initial Developer of the Original Code is Red Hat. // Portions created by Red Hat are -// Copyright (C) 1998, 1999, 2000 Red Hat, Inc. +// Copyright (C) 1998, 1999, 2000, 2001 Red Hat, Inc. // All Rights Reserved. // ------------------------------------------- // @@ -81,7 +81,7 @@ 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 1 +#define TFTP_TIMEOUT_PERIOD 5 #define TFTP_TIMEOUT_MAX 15 #define TFTP_RETRIES_MAX 5
