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

[bug] The SIPP does not release the TCP connection #770

Open
QuincyGao opened this issue Jan 8, 2025 · 1 comment
Open

[bug] The SIPP does not release the TCP connection #770

QuincyGao opened this issue Jan 8, 2025 · 1 comment

Comments

@QuincyGao
Copy link

version: ./sipp -v

SIPp v3.7.3-24-g03d7c04-PCAP.

As a UAC, SIPP uses TCP to connect to OpenSIPS, maintains the connection for 2 minutes, and the number of concurrent connections is 10, a total of 100. However, with each round of concurrency, TCP connections are not released, and the number of TCP Established keeps increasing. My understanding is that if the number of concurrent is 10, then established tcp num is 10.


./sipp -r 1 -rp 1s -i 172.20.231.3 -t tn -p 5666 -sf proxy.xml -inf $csvfile 172.20.231.4:5262 -l 10 -m 100 -aa -trace_err -error_file ./proxy_error.log

netstat -antp|grep sipp |wc -l
21

@QuincyGao
Copy link
Author

SIPp v3.5.2-RTPSTREAM version is ok

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

No branches or pull requests

1 participant