Allow to configure Telnetd idle timeout.
The default Telnetd idle timeout of 30 seconds seems somewhat short. Best to have it user-configurable (incl. the option to turn it off with an config value of 0).
This commit is contained in:
parent
5d039d9848
commit
a30e2e0045
6 changed files with 38 additions and 7 deletions
|
@ -171,8 +171,9 @@ typedef unsigned short uip_stats_t;
|
|||
#define SHELL_GUI_CONF_YSIZE 30
|
||||
|
||||
|
||||
#define TELNETD_CONF_MAX_IDLE_TIME 300
|
||||
#ifdef PLATFORM_BUILD
|
||||
#define TELNETD_CONF_GUI 1
|
||||
#define TELNETD_CONF_GUI 1
|
||||
#endif /* PLATFORM_BUILD */
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue