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:
Oliver Schmidt 2015-07-06 12:25:20 +02:00
parent 5d039d9848
commit a30e2e0045
6 changed files with 38 additions and 7 deletions

View file

@ -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 */