#include "lwip/apps/lwiperf.h"
#include "lwip/tcp.h"
#include "lwip/sys.h"
#include <string.h>
Go to the source code of this file.
LWIP iperf server implementation
This is simple "Iperf" server to check your bandwith using Iperf on a PC as client. It is currently a minimal implementation providing an IPv4 TCP server only.
Definition in file lwiperf.c.