Return to defs.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedtools / inc |
version 1.1.1.1.2.5, 2009/11/15 21:33:17 | version 1.1.1.1.2.6, 2009/11/17 14:56:03 |
---|---|
Line 15 | Line 15 |
#define TFTP_RETRY 7 | #define TFTP_RETRY 7 |
#define TFTP_TIMEOUT 3 | #define TFTP_TIMEOUT 3 |
#define TFTP_RRQ 1 | |
#define TFTP_WRQ 2 | |
#define TFTP_DATA 3 | |
#define TFTP_ACK 4 | |
#define TFTP_ERROR 5 | |
#define DEFAULT_TIMEOUT "300" | #define DEFAULT_TIMEOUT "300" |
#define DEFAULT_CONFIG "/etc/cfexec.conf" | #define DEFAULT_CONFIG "/etc/cfexec.conf" |
#define DEFAULT_USER "root" | #define DEFAULT_USER "root" |