lwip-devel
[Top][All Lists]
Advanced

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

Re: [lwip-devel] A guy is trying to get lwIP 2.1.3 to work in ReactOS


From: Erik Ekman
Subject: Re: [lwip-devel] A guy is trying to get lwIP 2.1.3 to work in ReactOS
Date: Sat, 14 Jan 2023 11:42:42 +0100

Try adding the NETIF_FLAG_UP flag when

netif->flags |= NETIF_FLAG_BROADCAST;

is set in TCPInterfaceInit()

>From UPGRADING:

  * Changed netif "up" flag handling to be an administrative flag (as
opposed to the previous meaning of
    "ip4-address-valid", a netif will now not be used for transmission
if not up) -> even a DHCP netif
    has to be set "up" before starting the DHCP client

On Wed, 11 Jan 2023 at 19:12, Bryan Kirk <zero3k6@gmail.com> wrote:
>
> He has a Discord Server. If you want to contact him and offer advice, you can 
> find him on it. Its url is https://discord.com/invite/UTVkc98p7P.
>
> On Tue, Jan 10, 2023 at 7:11 PM Bryan Kirk <zero3k6@gmail.com> wrote:
>>
>> This is what is currently happening in the debug log:
>>
>> https://jira.reactos.org/secure/attachment/64891/ROS_DEBUG_LWIP_ALL_DEBUGS_ENABLED_INIT.png
>>
>> On Tue, Jan 10, 2023 at 5:04 PM Bryan Kirk <zero3k6@gmail.com> wrote:
>>>
>>> How does he do what the reply to this message mentioned in lwIP's code?
>>>
>>> On Tue, Jan 10, 2023 at 9:42 AM Bryan Kirk <zero3k6@gmail.com> wrote:
>>>>
>>>> He has managed to get it integrated into its source code. It is causing a 
>>>> BSOD because it is not getting an IP address according to the debug output 
>>>> shown when enabling all debug output in lwipopts.h. How does he fix it so 
>>>> it does get an IP address (which should fix the BSOD)? You can see his 
>>>> findings at https://jira.reactos.org/browse/CORE-13098.
>
> _______________________________________________
> lwip-devel mailing list
> lwip-devel@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/lwip-devel



reply via email to

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