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
The compression plugin infrastructure (-c option) was added in 2003 but
no sippcomp.so plugin was ever distributed with SIPp. This was likely
intended for SigComp (RFC 3320, updated by RFC 4896) support that never
materialized.
If SigComp support is desired in the future, it should be implemented
properly as a built-in feature rather than through an undocumented
plugin interface.
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Assisted-by: Claude (Anthropic) <https://claude.ai>
{"", "Performance and watchdog options:", SIPP_HELP_TEXT_HEADER, nullptr, 0},
348
346
{"timer_resol", "Set the timer resolution. Default unit is milliseconds. This option has an impact on timers precision."
349
347
"Small values allow more precise scheduling but impacts CPU usage."
350
-
"If the compression is on, the value is set to 50ms. The default value is 10ms.", SIPP_OPTION_TIME_MS, &timer_resolution, 1},
348
+
"The default value is 10ms.", SIPP_OPTION_TIME_MS, &timer_resolution, 1},
351
349
{"max_recv_loops", "Set the maximum number of messages received read per cycle. Increase this value for high traffic level. The default value is 1000.", SIPP_OPTION_INT, &max_recv_loops, 1},
352
350
{"max_sched_loops", "Set the maximum number of calls run per event loop. Increase this value for high traffic level. The default value is 1000.", SIPP_OPTION_INT, &max_sched_loops, 1},
353
351
@@ -1622,12 +1620,6 @@ int main(int argc, char *argv[])
0 commit comments