Add a TELNET server to the webserver project, which currently can list active TCP connections.
This commit is contained in:
parent
77e86e7d82
commit
16ea5aa7a2
14 changed files with 383 additions and 106 deletions
|
@ -29,9 +29,10 @@ clock_time_t clock_time()
|
|||
{
|
||||
clock_time_t time;
|
||||
|
||||
cli();
|
||||
ATOMIC_BLOCK(ATOMIC_FORCEON)
|
||||
{
|
||||
time = clock_datetime;
|
||||
sei();
|
||||
}
|
||||
|
||||
return time;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue