Telnetd improvement: allow specifying a maximum silence time and kill the connection after that time. This is to avoid the telnet connection getting stuck forever if the connecting host reboots.
This commit is contained in:
parent
0a135eeba1
commit
0b882cd516
2 changed files with 19 additions and 5 deletions
|
@ -38,6 +38,8 @@
|
|||
|
||||
PROCESS_NAME(telnetd_process);
|
||||
|
||||
void telnetd_init(void);
|
||||
|
||||
void telnetd_gui_eventhandler(process_event_t ev, process_data_t data);
|
||||
void telnetd_appcall(void *data);
|
||||
void telnetd_gui_init(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue