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

Default stack size change and Rolling buffer config rework #2011

Open
wants to merge 30 commits into
base: develop
Choose a base branch
from

Commits on Jun 26, 2024

  1. Logs for RB

    disa6302 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8a1a6f0 View commit details
    Browse the repository at this point in the history
  2. Print default stack size

    disa6302 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e7e70d7 View commit details
    Browse the repository at this point in the history
  3. Stack size configurablility

    disa6302 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    2cf4950 View commit details
    Browse the repository at this point in the history
  4. set explicit type cast

    disa6302 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    deae2e4 View commit details
    Browse the repository at this point in the history
  5. add max values

    disa6302 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    deac37a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b1c9ef4 View commit details
    Browse the repository at this point in the history
  7. nits

    disa6302 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8c188ab View commit details
    Browse the repository at this point in the history
  8. Fix unit tests

    disa6302 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    195c786 View commit details
    Browse the repository at this point in the history
  9. ci

    disa6302 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    83972d2 View commit details
    Browse the repository at this point in the history
  10. return

    disa6302 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8eb4fd2 View commit details
    Browse the repository at this point in the history
  11. nit build fix

    disa6302 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    0599c3c View commit details
    Browse the repository at this point in the history
  12. new line

    disa6302 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    3221e08 View commit details
    Browse the repository at this point in the history
  13. update description in header

    disa6302 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    4cae935 View commit details
    Browse the repository at this point in the history
  14. fix unused var

    disa6302 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    9069cdd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d6aa451 View commit details
    Browse the repository at this point in the history
  16. minor changes

    disa6302 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    45b77c6 View commit details
    Browse the repository at this point in the history
  17. typo fix

    disa6302 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    2bded85 View commit details
    Browse the repository at this point in the history
  18. review comments

    disa6302 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    743ec38 View commit details
    Browse the repository at this point in the history
  19. sdp, stun, rtp

    disa6302 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    36f820a View commit details
    Browse the repository at this point in the history
  20. comments

    disa6302 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8f811cf View commit details
    Browse the repository at this point in the history
  21. cancelled builds

    disa6302 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    183ad6a View commit details
    Browse the repository at this point in the history
  22. unused variable

    disa6302 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    74253e4 View commit details
    Browse the repository at this point in the history
  23. revert unused var fix

    disa6302 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    301c73c View commit details
    Browse the repository at this point in the history
  24. log status

    disa6302 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c5f2a54 View commit details
    Browse the repository at this point in the history
  25. sctp

    disa6302 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d4f0a86 View commit details
    Browse the repository at this point in the history
  26. public linkage

    disa6302 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    bd1420c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Update IceAgentStateMachine.c

    remote timerQueueKick as it is causing TURN failures due to lock contention
    hassanctech authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    21035a1 View commit details
    Browse the repository at this point in the history
  2. Update TurnConnectionStateMachine.c

    remove timerQueueKick as it is causing TURN failures due to lock contention
    hassanctech authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    2a7df07 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    6b1ef18 View commit details
    Browse the repository at this point in the history
  2. Update IceAgent.c

    hassanctech authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    c85ece7 View commit details
    Browse the repository at this point in the history