Re: select() timeout question
Randi Botse <[email protected]>
| Newsgroups | org.kernel.vger.linux-c-programming |
|---|---|
| Message-ID | <[email protected]> |
Hi Sam,
That's means the data is buffered right?, is it guaranteed?
- Randi
On Wed, Nov 25, 2009 at 3:38 AM, Sam Liao <[email protected]> wrote:
> You will get the data for next select call.
>
> -Sam