Results 18 comments of Rob Day

Looks like this is resolved. `sipp -h` also has parameter details.

I can't repro this. I don't have your XML and injection files, but I've run the very similar command: ``` ./sipp -sn uac -r 265 -rp 250 -t un -i...

My suspicion is that these are not SIPp problems, and you should be looking in the logs of the system you're testing (your initial message says Clearwater but your messages...

This is normal and expected - the SIP RFC confirms that TCP traffic will generally have an ephemeral source port: ``` Note that, because the source port is often ephemeral,...

(This is different between connection-oriented transports like TCP and datagram-oriented transports like UDP, as you observe, but again that's normal.)

I tried compiling with `-Z self-profile` from https://fasterthanli.me/articles/why-is-my-rust-build-so-slow, and there is a lot of time in evaluate_obligation: ``` $ summarize summarize fred-0111090.mm_profdata | head -n 20 +-------------------------------------------------------------------------+-----------+-----------------+----------+------------+ | Item |...

This happens if you have `-sf` twice or a mix of `-sn` and -sf`: ``` 23:26:58 > $ ./sipp -sn uac -sf foo.xml 2023-03-31 23:27:19.801991 1680301639.801991: Internal error, main_scenario already...

Sounds good, although I think it would be cleaner to have a separate class that listened to the messages the Statistics class sends out. My thinking is that currently, the...