Skip to content

Conversation

@smititelu
Copy link
Contributor

The side effect of this bug is that one can not open more than 100 RTP simultaneous ports to do a load test. This is because of this initial code:

    int max_tries = (min_rtp_port < (max_rtp_port - 2)) ? 100 : 1;

@smititelu
Copy link
Contributor Author

Checks failed, not related to my commit.

@smititelu
Copy link
Contributor Author

This fix is an alternative for this fix in the PR: #634

@prayush-mangal
Copy link

yes, your changes fixed the bug. thanks

@smititelu
Copy link
Contributor Author

Rebased this one too. Thanks.

@lemenkov lemenkov merged commit f99ed98 into SIPp:master Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants