lwiperf: improved documentation, removed unused enum members

This commit is contained in:
goldsimon
2016-07-28 08:06:17 +02:00
parent f7e12d835c
commit 5bcaefddd4
2 changed files with 15 additions and 12 deletions

View File

@@ -1,17 +1,17 @@
/**
* @file
* LWIP iperf server implementation
* lwIP iPerf server implementation
*/
/**
* @defgroup iperf Iperf server
* @ingroup apps
*
* This is simple "Iperf" server to check your bandwith using Iperf on a PC as client.
* This is a simple performance measuring server to check your bandwith using
* iPerf2 on a PC as client.
* It is currently a minimal implementation providing an IPv4 TCP server only.
*
* @todo:
* - implement UDP mode
* @todo: implement UDP mode and IPv6
*/
/*