Skip to content

2021.11.01

Latest
Compare
Choose a tag to compare
@greenjava greenjava released this 01 Nov 14:37
· 1 commit to master since this release
  • Split the "TLSState" class into two classes: "TLSState" (an abstract base class),
    and "ClientTLSState" (a subclass). This is in preparation for later defining a
    second subclass "ServerTLSState" that will eventually be used to implement TLS connections
    in our RTSP server.