Skip to content

1.1.0

Compare
Choose a tag to compare
@ThibaultBee ThibaultBee released this 27 Apr 20:03

Dependencies:

  • srt 1.4.3
  • openssl 1.1.1k

API changes:

  • 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.