lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] lwip_write() blocks indefinitely


From: alhadpalkar
Subject: [lwip-users] lwip_write() blocks indefinitely
Date: Fri, 16 Oct 2015 14:23:02 -0700 (MST)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]