You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For my use case, I have to use -max_socket in the sipp command, but when I try it through pysipp, it doesn't have this argument.
I tried to add this: pysipp.command.sipp_spec.extend('-max_socket max_socket')) .
How can we add more arguments, as there are many other SIP arguments that PySipp is not supporting?
import pysipp
# Create a new pysipp scenario
sipp_scenario = pysipp.Scenario()
# Extend the sipp_spec dictionary with the -max_socket argument
sipp_scenario.sipp_spec.extend(['-max_socket', 'max_socket_value'])
# Define other scenario details as needed
# ...
# Start the scenario
sipp_scenario.start()
For my use case, I have to use -max_socket in the sipp command, but when I try it through pysipp, it doesn't have this argument.
I tried to add this: pysipp.command.sipp_spec.extend('-max_socket max_socket')) .
How can we add more arguments, as there are many other SIP arguments that PySipp is not supporting?
@goodboy , I tried to follow this also but no success
11cfe61c8c098f82970ff7ab8c61a67fc35b7471[https://github.com/SIPp/pysipp/commit/11cfe61c8c098f82970ff7ab8c61a67fc35b7471](url)
The text was updated successfully, but these errors were encountered: