Re: [lwip-users] DHCP on multiple interfaces

2019-03-11 Thread goldsi...@gmx.de
Am 11.03.2019 um 11:29 schrieb Toby Duckworth: I am updating our code to support multiple simultaneous network interfaces, and have a question relating to DHCP. Before calling dhcp_start(...) we call netif_set_default(...) - Is this strictly necessary? These two are different things. DHCP

Re: [lwip-users] TCP state machine problem? LWIP 1.4.1

2019-03-11 Thread Sergio R. Caprile
I guess this is what I remember... not exactly your problem nor a helping hand but perhaps you can start digging here: http://savannah.nongnu.org/bugs/?48328 ___ lwip-users mailing list lwip-users@nongnu.org

[lwip-users] DHCP on multiple interfaces

2019-03-11 Thread Toby Duckworth
Hi, I am updating our code to support multiple simultaneous network interfaces, and have a question relating to DHCP. Before calling dhcp_start(...) we call netif_set_default(...) - Is this strictly necessary? If I remove the call to netif_set_default, then DHCP doesn't appear to work

Re: [lwip-users] TCP state machine problem? LWIP 1.4.1

2019-03-11 Thread Fabian Koch
Hey Simon, > I know this might not be an option, but 1.4.1 is *really* old and > this one as well as numerous other things might already be fixed > in one of the newer versions. Yes. This is not an option unfortunately. We considered updating to 2.0.3 a while ago and I tried integrating it