mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-19 05:10:40 +00:00
fixed bug #38701 (wrong comment on tcp_pcb::snd_queuelen
This commit is contained in:
parent
eb6bcdb3ee
commit
796098e4c9
@ -233,7 +233,7 @@ struct tcp_pcb {
|
|||||||
|
|
||||||
u16_t snd_buf; /* Available buffer space for sending (in bytes). */
|
u16_t snd_buf; /* Available buffer space for sending (in bytes). */
|
||||||
#define TCP_SNDQUEUELEN_OVERFLOW (0xffffU-3)
|
#define TCP_SNDQUEUELEN_OVERFLOW (0xffffU-3)
|
||||||
u16_t snd_queuelen; /* Available buffer space for sending (in tcp_segs). */
|
u16_t snd_queuelen; /* Available buffer space for sending (in pbufs). */
|
||||||
|
|
||||||
#if TCP_OVERSIZE
|
#if TCP_OVERSIZE
|
||||||
/* Extra bytes available at the end of the last pbuf in unsent. */
|
/* Extra bytes available at the end of the last pbuf in unsent. */
|
||||||
|
Loading…
Reference in New Issue
Block a user