Re: [lwip-users] Assistance Required: Errors in lwiplib.c and Related Files After Upgrading LWIP from 1.4.1 to 2.2.0

2024-01-09 Thread Scott Miller
we have updated both the headers and the source files in the |includes| directory when upgrading LWIP from version 1.4.1 to 2.2.0. Best, Timothy Sent with Proton Mail <https://proton.me/> secure email. On Wednesday, January 10th, 2024 at 11:24 AM, Scott Miller wrote: I'll start w

Re: [lwip-users] Assistance Required: Errors in lwiplib.c and Related Files After Upgrading LWIP from 1.4.1 to 2.2.0

2024-01-09 Thread Scott Miller
I'll start with the obvious question - when you say you updated the headers, do  you mean you updated ONLY the headers or did you also update all of the library files as well? Scott On 1/9/2024 4:39 PM, Timothy Martin via lwip-users wrote: Dear LWIP Community, I am Timothy, currently working

[lwip-users] Failing ASSERTs with PCBs in wrong states

2023-10-13 Thread Scott Miller
I'm running lwIP on a Cortex-M33 with a Wiznet W5500 in MACRAW mode connected via SPI, with a netif port that's a little suspect - I've fixed a couple of bugs in it so far, but I'm not sure that's where the problem is. What's happening is that during periods of rapid TCP activity (browser con

[lwip-users] Documentation for tcp_backlog_accepted()?

2023-03-19 Thread Scott Miller
Is there any documentation for the listen backlog in lwIP? It's not covered at all in the wiki and none of the examples seem to use it. I'm trying to get my HTTP server to perform at a reasonable level, and that means being able to accept a few incoming connections at a time. Am I supposed to

[lwip-users] Choosing an API and using callbacks

2023-03-01 Thread Scott Miller
Hi all, I've got some questions about which API I ought to be using and how to properly receive data when using callbacks. Examples of the netconn API seem to be scarce. Here's my situation: I'm redesigning some embedded projects that run under FreeRTOS and formerly used the SiLabs WGM110 Wi