Hello guys,
I`m pretty new in socket programing, I have a question , is there any way to trigger an event for a file descriptor that is used in poll() function ?
For example: when a timer expires I want to trigger an event that will be catched by my poll() function.
I searched almost everywhere and did not found anything.
Thank you.