lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] To peak before read?


From: Chen
Subject: [lwip-users] To peak before read?
Date: Mon, 02 Mar 2009 09:34:54 -0500

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

Thanks for any suggestion!


reply via email to

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