Skip to content

Can only use ancient LWIP version #370

Open
@eriksl

Description

@eriksl

Please do either of these:

  • release documentation of the interface between the NONOS_SDK code and LWIP (I am positively sure it's more than the standard LWIP interface as apparently some internal wifi-hardware buffers are passed around)
  • release a patch that allows a current LWIP to be used

The LWIP version we're now bound to have some serious issues with TCP flood control under stress, requiring me to monitor the connection, check for timeouts and then closing and reopening the connection, as that is the only fix. I have no such issues with UDP which uses the same code. I would not be surprised if these issues have been address in the last few years...

I already tried to do option 2 myself, by taking the LWIP version used, updating LWIP in little steps and resolving issues that arose, but at some point I got stuck and couldn't progress any further without breaking all of it (= no packets at received at all, either UDP or TCP).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions