Searched refs:poll_delay (Results 1 – 1 of 1) sorted by relevance
385 int poll_delay = h->flags & AVIO_FLAG_NONBLOCK ? 0 : POLLING_TIME; in rtp_read() local393 n = poll(p, 2, poll_delay); in rtp_read()