uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
echo.c File Reference
#include "lwip/debug.h"
#include "lwip/stats.h"
#include "lwip/tcp.h"

Go to the source code of this file.

Detailed Description

TCP echo server example using raw API.

Echos all bytes sent by connecting client, and passively closes when client is done.

Definition in file echo.c.