mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-18 20:10:53 +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;
|
||||
#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;
|
||||
|
Loading…
Reference in New Issue
Block a user