lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] lwip-1.4.1 assert-- file:tcp_out.c line: 445


From: Krzysztof Wesołowski
Subject: Re: [lwip-users] lwip-1.4.1 assert-- file:tcp_out.c line: 445
Date: Thu, 18 Jun 2015 10:03:41 +0200

AFAIR there was bug in oversize related code, i have used 1.4.1 with oversize disabled (after encountering this assert) without problems, and it is resolved in current master.

Regardsm,
Krzysztof Wesołowski

On Thu, Jun 18, 2015 at 9:50 AM, <address@hidden> wrote:
An assert gets triggered on following line in tcp_out.c
LWIP_ASSERT("unsent_oversize mismatch (pcb vs. last_unsent)",
pcb->unsent_oversize == last_unsent->oversize_left);

TCP_OVERSIZE = TCP_MSS
TCP_MSS = 1460

_______________________________________________
lwip-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users


reply via email to

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