Krzysztof Wesołowski wrote:
Can I make such non blocking read with already established connection?

Yes, call netconn_set_nonblocking(conn, 1) to set the connection non-blocking, call netconn_read() and call netconn_set_nonblocking(conn, 0) afterwards to make the connection blocking again.

Oh, and *please* don't top-post. Instead, only include relevant portions of the previous mail. Also, I'd rather you don't reply to digest mails (because the referer gets changed and email programs/apps cannot sort emails by thread any more)!

Thanks,
Simon

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

Reply via email to