[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] addr_hint for tcp_rst()
From: |
Kieran Mansley |
Subject: |
Re: [lwip-users] addr_hint for tcp_rst() |
Date: |
Thu, 24 Nov 2011 19:49:06 +0000 |
On 24 Nov 2011, at 16:06, address@hidden wrote:
> The addr_hint (enabled by LWIP_NETIF_HWADDRHINT) is not set for tcp_rst
> frames.
>
> Is this intentional, or could I add this also for tcp_rst frames in those
> cases when there is a pcb associated with the tcp_rst?
It makes sense to me for you to add it.
Kieran