On Mon, 2009-03-02 at 09:34 -0500, Chen wrote: > With TCP connection, lwip_recv waits until it receives data. I'd like > to take a look at the input buffer before getting it so that I can do > something else while waiting for more data? I tried setting the flag > in recv to 1 (peek) or 9 (peek & nowait), but it doesn't do what I > expect
I don't think we support peek-type flags in the lwIP sockets layer. Kieran _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
