What is "urgent data"?
Posted
by timn
on Stack Overflow
See other posts from Stack Overflow
or by timn
Published on 2010-03-31T17:18:27Z
Indexed on
2010/03/31
17:23 UTC
Read the original article
Hit count: 221
The man page of epoll_ctl() says about EPOLLPRI
:
There is urgent data available for read(2) operations.
How exactly is "urgent data" defined and who decides which data has priority?
© Stack Overflow or respective owner