[NET] Add the NET STATISTICS command

This commit is contained in:
Eric Kohl 2018-04-08 20:04:11 +02:00
parent 3a0e654027
commit 58b5cdc77c
13 changed files with 308 additions and 41 deletions

View file

@ -36,7 +36,7 @@ COMMAND cmds[] =
{L"session", unimplemented},
{L"share", unimplemented},
{L"start", cmdStart},
{L"statistics", unimplemented},
{L"statistics", cmdStatistics},
{L"stop", cmdStop},
{L"time", unimplemented},
{L"use", cmdUse},