--- embedtools/inc/defs.h 2009/11/15 17:55:15 1.1.1.1.2.4 +++ embedtools/inc/defs.h 2009/11/17 14:56:03 1.1.1.1.2.6 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: defs.h,v 1.1.1.1.2.4 2009/11/15 17:55:15 misho Exp $ + * $Id: defs.h,v 1.1.1.1.2.6 2009/11/17 14:56:03 misho Exp $ * *************************************************************************/ #ifndef __DEFS_H @@ -11,6 +11,9 @@ #define MAX_STR 256 +#define TFTP_BUF 516 +#define TFTP_RETRY 7 +#define TFTP_TIMEOUT 3 #define DEFAULT_TIMEOUT "300" #define DEFAULT_CONFIG "/etc/cfexec.conf"