Epoll
class Epoll
This class is currently the only method for using multiple sockets in one thread with having the blocking operation moved to epoll waiting so that it can block on multiple sockets at once. Once it has been called, you must release Srt context with Srt.cleanUp when application leaves.
See Also: Asynchronous operations (epoll)