Definition in file tftps.h.
Go to the source code of this file.
Defines | |
| #define | TFTPS_SERVERPORT 69 |
| Default server port for TFTP server. | |
| #define | TFTPS_FILENAME_MAXLEN 20 |
| Maximum filename allowed by the TFTP server. | |
| #define | TFTPS_DEF_RETRIES 4 |
| Default number of retries of TFTP server. | |
| #define | TFTPS_TIMEOUT 20 |
| Timeout (in seconds) after which socket is deleted. | |
Functions | |
| INT8 | tftps_init (void) |
| Initializes TFTP server. | |
|
|
TFTP server will use this UDP port to listen for incoming traffic. Definition at line 76 of file tftps.h. Referenced by tftps_init(). |
|
|
Maximum filename-length TFTP server is ready to process. |
|
|
Number of retries of resending the data before aborting. |
|
|
Definition at line 136 of file tftps.c. References get_timer(), tftps, TFTPS_SERVERPORT, tftpsapp_init, udp_getsocket(), udp_open(), UDP_OPT_CHECK_CS, and UDP_OPT_SEND_CS. |
1.2.18