Hi,

ricardoschoof wrote
> First thing I noticed was the large amount of data you're sending
> [netconn_write(conn, (const unsigned char*)(TXData), (size_t)(1500)),
> NETCONN_NOCOPY);] is this causing some overflow?

I just tried with 150 and 15, it doesnt have an effect. Besides my
ETH_RX_BUFFER_SIZE is 1536UL

And also tried your code and it worked for me, too. 

After that I change only line of netconn_write in my own and it worked too.
The problem is second argument of netconn_write. Data type is not valid, I
guess. But it never returned me an error.

Anyway, thanks a lot bro, it was very helpful!



--
Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html

_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to