Hi,
I am using LWIP 1.4.1 and we are seeing a situation where lwip_write()
blocks indefinitely.
We are using a tcp socket, connecting to a remote socket. and then calling
lip_write over and over.
lwip_socket();
lwip_connect()
while(1) {
lwip_write();
}
The server is the netcat command running on a mac host.
In what situation would something like this happen?
Would this result because of improper configs in our lwipopts.h file?
Is there a cap on the size of the data buffer being passed to lwip_write?
Thanks,
Alhad
--
View this message in context:
http://lwip.100.n7.nabble.com/lwip-write-blocks-indefinitely-tp25229.html
Sent from the lwip-users mailing list archive at Nabble.com.
_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users