tfTftpdUserStop
Table of Contents >> Application Reference >> TFTPD API
| #include <trsocket.h> |
| int tfTftpdUserStop | (void); |
Function Description
This function stops execution of the TFTP server. It closes the listening socket and kills all existing connections.
Returns
- TM_ENOERROR
- Success.
- TM_EALREADY
- The TFTP server has already been stopped.