mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-19 05:10:40 +00:00
Updated comment about recv_bufsize
This commit is contained in:
parent
c22d3b4c98
commit
2e8de4f601
@ -143,7 +143,8 @@ struct netconn {
|
|||||||
int recv_timeout;
|
int recv_timeout;
|
||||||
#endif /* LWIP_SO_RCVTIMEO */
|
#endif /* LWIP_SO_RCVTIMEO */
|
||||||
#if LWIP_SO_RCVBUF
|
#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;
|
int recv_bufsize;
|
||||||
#endif /* LWIP_SO_RCVBUF */
|
#endif /* LWIP_SO_RCVBUF */
|
||||||
s16_t recv_avail;
|
s16_t recv_avail;
|
||||||
|
Loading…
Reference in New Issue
Block a user