Minor change, add comment for "apiflags" parameters.

This commit is contained in:
fbernon 2007-11-01 19:38:01 +00:00
parent cbe9b050a9
commit 4a6f60937a

View File

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