Updated comment about recv_bufsize

This commit is contained in:
goldsimon 2010-01-30 15:20:01 +00:00
parent c22d3b4c98
commit 2e8de4f601

View File

@ -143,7 +143,8 @@ struct netconn {
int recv_timeout;
#endif /* LWIP_SO_RCVTIMEO */
#if LWIP_SO_RCVBUF
/** maximum amount of bytes queued in recvmbox */
/** maximum amount of bytes queued in recvmbox
not used for TCP: adjust TCP_WND instead! */
int recv_bufsize;
#endif /* LWIP_SO_RCVBUF */
s16_t recv_avail;