Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom release SRT v1.5.3a #2946

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    485d1e9 View commit details
    Browse the repository at this point in the history
  2. [core] Fix extra ACK sent after a connection is established (Haivisio…

    …n#2832)
    
    (uninitialized variable).
    yomnes0 authored and maxsharabayko committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    0848d61 View commit details
    Browse the repository at this point in the history
  3. [core] Fixed the RCV buff nonread position update

    condition in case of dropping upto a sequence number.
    maxsharabayko committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a0fae00 View commit details
    Browse the repository at this point in the history
  4. [core] Fixed the PacketFilter configuration not counting the AEAD AUT…

    …H tag (Haivision#2880).
    
    * Fixed build break due to const use of UniquePtr.
    ethouris authored and maxsharabayko committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    520c843 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5aabe5d View commit details
    Browse the repository at this point in the history
  6. [core] Fixed POST options setting on a connected group.

    The list of options was unordered, hence the binary search failed to find those options.
    maxsharabayko committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    dd3cb99 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c78343 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ce9f8ab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4526351 View commit details
    Browse the repository at this point in the history
  10. [core] Minor connection logging improvement (Haivision#2930).

    Also downgraded some logs from 'note' level to 'debug'.
    maxsharabayko committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    883cd4a View commit details
    Browse the repository at this point in the history
  11. [core] Fixed stats counting packets dropped by a group (Haivision#2934).

    Also fixed m_iAvgPayloadSize initialization.
    maxsharabayko committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    6a8b8f8 View commit details
    Browse the repository at this point in the history
  12. [core] Stats: do not count discarded packets as dropped (Haivision#2932

    …).
    
    Valid for a broadcast group member dropping existing packets from the RCV buffer because they were read from another member.
    
    Co-authored-by: Sektor van Skijlen <[email protected]>
    maxsharabayko and ethouris committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    37a12eb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f22ddf5 View commit details
    Browse the repository at this point in the history
  14. [core] Minor internal logging format changes (Haivision#2939).

    Also renamed CUDT::m_bTsbPdAckWakeup.
    Added some function to the CRcvBuffer.
    
    Co-authored-by: Sektor van Skijlen <[email protected]>
    maxsharabayko and ethouris committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a0883e0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a3b9549 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    53ac920 View commit details
    Browse the repository at this point in the history
  17. [docs] Update the SRT_KM_S_SECURED description.

    Updated pktRcvUndecrypted description.
    maxsharabayko committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    7743058 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8850960 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bb24f25 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5fd96c3 View commit details
    Browse the repository at this point in the history