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

Prevent abnormal exit when connection failed #611

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 26, 2023

  1. Prevent abnormal exit when connection failed

    Right now the sipp exits abnormally when a connection (TCP/TLS) to UAS is refused.
    It might happen for "multi-socket" mode (tn/ln), and somebody may want to ignore the error and continue.
    I propose to bind it to the "-reconnect_close" option (default behavior won't change)
    alrod999 authored Feb 26, 2023
    Configuration menu
    Copy the full SHA
    372bd01 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Configuration menu
    Copy the full SHA
    2f6a3b6 View commit details
    Browse the repository at this point in the history