Forum Discussion
Altera_Forum
Honored Contributor
14 years agoI'm happy to run something if you can post some code I can add to the lwIP example and produce the problem. It would determine if it's lwIP options or hardware. Or if it's a real problem with the driver and I'm willing to spend time to try to make it right if I can.
Note my programs are *all* RAW API based. I wrote my own streaming "socket" on top of it. I've been meaning to publish my "socket" because it is very efficient - it uses pbuf chains to hold incoming data and allows the application to read one or more bytes from the front of this pbuf list. Actually this isn't that hard to implement just going off me stating how I did it. Bill