[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-devel] TCP_REG/RMV macros bugs?
From: |
Tomas Hruby |
Subject: |
Re: [lwip-devel] TCP_REG/RMV macros bugs? |
Date: |
Fri, 8 Nov 2013 00:50:05 +0100 |
On Thu, Nov 7, 2013 at 5:49 PM, Sylvain Rochet <address@hidden> wrote:
> Hi Tomas,
>
> On Thu, Nov 07, 2013 at 03:12:08PM +0100, Tomas Hruby wrote:
>>
>> [...]
>>
>> It seems to me that if a connection is closed by the remote end and
>> the local end closes the connection later on (here I may not use the
>> API correctly) using tcp_close(),
>
> If I understand correctly you are using tcp_close() on a PCB after a
> received tcp_err() callback event ?
No. After receiving NULL pbuf in the receive callback. T.