Embedded TCP/IP stack
4.7.0
|
#define FNET_CFG_TELNET_PORT (FNET_HTONS(23u)) |
Default Telnet port number (in network byte order).
It can be changed during the Telnet server initialization by the fnet_telnet_init() function.
Default value is FNET_HTONS(23).
.
Definition at line 67 of file fnet_telnet_config.h.