lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] [lwip] Re: Close with 0.5.2


From: Kieran Mansley
Subject: [lwip-users] [lwip] Re: Close with 0.5.2
Date: Thu, 09 Jan 2003 02:06:22 -0000

Fixed it (always the case that you find the solution minutes after posting
a question)!

I hadn't correctly merged tcp_input.c with the new release - line 792 was
still "if(inseg.len) > 0" rather than "if(TCP_TCPLEN(inseg) > 0)" and so
the FIN wasn't being processed correctly.

Kieran


[This message was sent through the lwip discussion list.]




reply via email to

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