Skip to content

Version 1.4.0

Compare
Choose a tag to compare
@zenomt zenomt released this 05 Mar 17:43
· 117 commits to main since this release
  • tweak congestion controller:
    • increase non-time-critical additive increase to 1536 bytes/RTT for parity with TCP RFC 5681.
    • increase delaycc probe period to 60 RTT (previous 16 RTT cuts too much into usable bandwidth).
  • make Priority.hpp more readable
  • add RateTracker
  • add tcpublish
  • add TCConnection
  • add URIParse
  • tcserver improvements
  • Windows compatibility for core library
  • add some convenience functions for TCMessages and AMF0
  • add Address::lookup() convenience wrapper for getaddrinfo(3)
  • redirector improvements