mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-16 14:11:02 +00:00
Fixed typo: TCP_SNDQUEUELOWAT must be less than TCP_SND_QUEUELEN (as checked in init.c), not greater
This commit is contained in:
parent
72e2d16f14
commit
fe66fa6540
@ -972,7 +972,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* TCP_SNDQUEUELOWAT: TCP writable bufs (pbuf count). This must be grater
|
* TCP_SNDQUEUELOWAT: TCP writable bufs (pbuf count). This must be less
|
||||||
* than TCP_SND_QUEUELEN. If the number of pbufs queued on a pcb drops below
|
* than TCP_SND_QUEUELEN. If the number of pbufs queued on a pcb drops below
|
||||||
* this number, select returns writable (combined with TCP_SNDLOWAT).
|
* this number, select returns writable (combined with TCP_SNDLOWAT).
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user