diff options
author | Daniel Campora <daniel@wipy.io> | 2015-03-25 13:29:50 +0100 |
---|---|---|
committer | Daniel Campora <daniel@wipy.io> | 2015-03-25 15:22:21 +0100 |
commit | 684dba40f03e3b78cabf3a20c563d2913384edc2 (patch) | |
tree | fdff73cc17d75b2cf293fc536d211131ad57d0d8 /cc3200/serverstask.h | |
parent | e15f8198bc9efa85bfb9ec50ce7a0a0166e69989 (diff) | |
download | micropython-684dba40f03e3b78cabf3a20c563d2913384edc2.tar.gz micropython-684dba40f03e3b78cabf3a20c563d2913384edc2.zip |
cc3200: Roll back to the previous telnet and ftp timeouts.
Unfortunately, these timeouts are the only realiable way (for now), to
be able to detect broken connections due to half-open sockets. Such a
thing occurs when getting out of the WiFi coverage area or when
disconnecting from the AP (sometimes the client doesn't send the
disconnect packet).
Diffstat (limited to 'cc3200/serverstask.h')
-rw-r--r-- | cc3200/serverstask.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cc3200/serverstask.h b/cc3200/serverstask.h index b60bcf0a76..d51c88e6f4 100644 --- a/cc3200/serverstask.h +++ b/cc3200/serverstask.h @@ -61,7 +61,6 @@ extern char *servers_pass; ******************************************************************************/ extern void TASK_Servers (void *pvParameters); extern void servers_start (void); -extern void servers_reset (void); extern void servers_stop (void); extern bool servers_are_enabled (void); extern void servers_close_socket (int16_t *sd); |