[lwip-users] lwip_recvfrom returning ERR_CLSD

2011-03-01 Thread Prashant R
I am using polarSSL with libcurl to talk to lwip . I find that during SSL handshake with the server , I am able to send the initial "Client Hello" request . However the subsequent socket read operation fails in lwip_recvfrom . The read request is for 5 bytes . if (err != ERR_OK) { if (

Re: [lwip-users] lwip_recvfrom returning ERR_CLSD

2011-03-03 Thread Kieran Mansley
On Tue, 2011-03-01 at 15:09 -0800, Prashant R wrote: > > I find that during SSL handshake with the server , I am able to send > the > initial "Client Hello" request . > > However the subsequent socket read operation fails in lwip_recvfrom . The error is returned by the internal call to netconn_r