From 4a6f60937adb4c02447124c7e58da9eabd5cd245 Mon Sep 17 00:00:00 2001 From: fbernon Date: Thu, 1 Nov 2007 19:38:01 +0000 Subject: [PATCH] Minor change, add comment for "apiflags" parameters. --- src/include/lwip/tcp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/lwip/tcp.h b/src/include/lwip/tcp.h index 7c11fa7d..a76ccdb2 100644 --- a/src/include/lwip/tcp.h +++ b/src/include/lwip/tcp.h @@ -90,6 +90,7 @@ struct tcp_pcb * tcp_listen (struct tcp_pcb *pcb); void tcp_abort (struct tcp_pcb *pcb); err_t tcp_close (struct tcp_pcb *pcb); +/* Flags for "apiflags" parameter in tcp_write and tcp_enqueue */ #define TCP_WRITE_FLAG_COPY 0x01 #define TCP_WRITE_FLAG_MORE 0x02