Embedded TCP/IP stack
4.7.0
|
#define FNET_CFG_TFTP_SRV_PORT (FNET_HTONS(69u)) |
Default TFTP server port number (in network byte order) used by TFTP-server service.
It can be changed during the TFTP server initialization by the fnet_tftp_srv_init() function.
Default value is FNET_HTONS(69).
.
Definition at line 97 of file fnet_tftp_config.h.