lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] about socket test problem?


From: Kieran Mansley
Subject: Re: [lwip-users] about socket test problem?
Date: Thu, 03 Jul 2008 09:25:30 +0100

On Thu, 2008-07-03 at 11:07 +0800, xcbman wrote:
>  void tcp_slowtmr(void) -> LWIP_ASSERT("tcp_slowtmr: active pcb-
> >state != TIME-WAIT\n", pcb->state != TIME_WAIT);

This sort of error usually means you've got a corrupt list of PCBs,
which is usually because you've got more than one thread active in the
core of lwIP at one time.  Which port of lwIP are you using?

Kieran





reply via email to

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