diff --git a/apps/netio/netio.c b/apps/netio/netio.c index 47aff3d..3879e40 100644 --- a/apps/netio/netio.c +++ b/apps/netio/netio.c @@ -3,6 +3,8 @@ #include "lwip/opt.h" #include "lwip/tcp.h" +/* See http://www.nwlab.net/art/netio/netio.html to get the netio tool */ + #if LWIP_TCP static err_t netio_recv(void *arg, struct tcp_pcb *pcb, struct pbuf *p, err_t err) {