Embedded TCP/IP stack
4.1.0
|
Telnet Server Configuration Parameters
Detailed Description
This section describes the parameters specific to the Telnet Server.
The user may override and change the default values in the application-specific configuration file fnet_user_config.h
.
Macros | |
#define | FNET_CFG_TELNET |
Telnet server support: More... | |
#define | FNET_CFG_TELNET_SESSION_MAX (1u) |
Maximum number of simultaneous user-session that can be handled by the Telnet server. Default value is 1 . . More... | |
#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). . More... | |
#define | FNET_CFG_TELNET_SHELL_ECHO (0) |
Echo in the Tenet shell: More... | |
#define | FNET_CFG_TELNET_SOCKET_BUF_SIZE (60u) |
Size of the socket RX & TX buffer used by the Telnet server. Default value is 60 . . More... | |
#define | FNET_CFG_TELNET_CMD_LINE_BUF_SIZE (60u) |
Size of the command-line buffer used by the Telnet Shell. 8 It defines the maximum length of the entered input-command line. Default value is 60 . . More... | |
© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net