Minor change: add a comment in netio.c application: "See http://www.nwlab.net/art/netio/netio.html to get the netio tool"

This commit is contained in:
fbernon 2008-01-22 20:53:23 +00:00
parent e021174865
commit 343f1561b0
1 changed files with 2 additions and 0 deletions

View File

@ -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)
{