lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Assertion "pcb->snd_queuelen >= pbuf_clen(next->p)" fai


From: address@hidden
Subject: Re: [lwip-users] Assertion "pcb->snd_queuelen >= pbuf_clen(next->p)" failed after TCP handshake
Date: Thu, 22 Apr 2021 11:14:03 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.9.1

Am 21.04.2021 um 13:30 schrieb Tomas Mudrunka:
> pcb->snd_queuelen >= pbuf_clen(next->p)

This means that the counter of pbufs outstanding to be ACKed is smaller
than the actual number of the pbufs we take off the list. I can't tell
you why that would happen though.

Regards,
Simon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]