You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You don't have to call Srt.startUp(), it is called when you access to an SRT class.
Srt() is now static: directly use Srt object. Same for Time() and Error(), but it doesn't affect API usage.
In case an error happened, connectionTime/setRejectReason/peerName/inetAddress/port/sockName/localAddress/localPort return an exception instead of a null
In case an error happened, most Epoll methods return an exception instead of a -1
Fixes a typo: SockStatus NONEXIST become NON_EXIST
MsgCtrl.boundary is a Boundary type and no longer an Int
Calls socket.listener instead of socket.socketInterface.