Hi,

 

I can't get the timeout to work with a recv message in a simplified server
scenario such as the following:

 

    <?xml version="1.0" encoding="ISO-8859-1" ?>

    <!DOCTYPE scenario SYSTEM "sipp.dtd">

 

    <scenario name="SIPp Sequence">

 

        <recv request="INVITE" timeout="1000" ontimeout="1" crlf="true" />

 

        <label id="1" />

        <nop>

            <log message="Here 2"/>

            <exec int_cmd="stop_now"/>

        </nop>

 

    </scenario>

 

When the scenario is run as follows it doesn't time out:

 

    ~/sipp.svn/sipp -sf timeout.xml --trace_logs

 

The scenario will time out if the -timeout option is passed from the
commandline

 

    ~/sipp.svn/sipp -sf timeout.xml --trace_logs -timeout 5

 

The SIPp version is 3.2 built from sipp.svn:

 

    ~/sipp.svn/sipp -v | grep SIPp

    SIPp v3.2-TLS-PCAP, version unknown, built Feb 11 2011, 11:57:05.

 

 

Am I misunderstanding the intention of the timeout attribute in the above
example? Am I using it incorrectly?

 

John.

--

 

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to