Add a TELNET server to the webserver project, which currently can list active TCP connections.

This commit is contained in:
Dean Camera 2010-02-03 10:39:33 +00:00
parent 77e86e7d82
commit 16ea5aa7a2
14 changed files with 383 additions and 106 deletions

View file

@ -2,6 +2,7 @@
#define __CLOCK_ARCH_H__
#include <stdint.h>
#include <util/atomic.h>
typedef uint16_t clock_time_t;
#define CLOCK_SECOND 100