updateUSock

fun updateUSock(socket: SrtSocket, events: List<EpollOpt>?)

Updates a socket to a epoll container.

See Also: srt_epoll_update_usock

Parameters

socket

the SRT socket to add

events

list of selected EpollOpt. Set null if you want to subscribe a socket for all events.

Throws