In some recent TCP experiment that I carried in the user space, I faced the problem of generating relatively precise timer events in an asynchronous way. Furthermore, multiple timers had to be maintained simultaneously. The timerfd mechanism in Linux (man timerfd_create(2)) allows ...Read More