• Patch: Elm ME+ 2.5 PLalpha48 -> Elm ME+ 2.5 PLalpha49 [1/9] (3/6)

    From Kari Hurtta@21:1/5 to All on Thu Jan 3 16:40:46 2019
    [continued from previous message]

    + # Also boolean ON, OFF, TRUE, FALSE, YES and NO values are allowed.
    + #
    # See also: mail-services-lookup, verify-domain

    static-hosts-max-names
    ***************
    *** 353,381 ****
    #
    # Possible values:
    #
    ! # parallel Use parallel connect (with non-blocking connect())
    ! # blocking Make connect attemps sequentially
    ! # non-blocking Make connect attemps sequentially with
    ! # non-blocking connect()
    #
    # After that parameter there can be following additional options:
    ! # delay= Gives delay (in seconds or milliseconds) before ! # next connect() attempt is tried if previous
    ! # attempt is in progress.
    ! # address-delay= Gives delay (in seconds or milliseconds) before ! # next address for connect() attempt is tried if
    # previous attempt is in progress.
    ! # port-delay= Gives delay (in seconds or milliseconds) before
    ! # next port for connect() attempt is tried if
    # previous attempt is in progress.
    ! # display-time= Gives time (in seconds or millisecond) how long ! # "Connecting ... [...], port ..." message is shown.
    ! # After this number of connection attemps in
    ! # in progress is shown on "Connecting ..." message.
    ! # This time gives lower limit for "delay" before ! # next connect() attempt is tried.
    ! # concurrency-limit= Gives maximum number concurrent connect() attempts
    ! # in progress.
    #
    # These options have no effect when "connect-mode" is "blocking". They are usefull only
    # when "connect-mode" is "parallel".
    --- 384,412 ----
    #
    # Possible values:
    #
    ! # parallel Use parallel connect (with non-blocking connect())
    ! # blocking Make connect attemps sequentially
    ! # non-blocking Make connect attemps sequentially with
    ! # non-blocking connect()
    #
    # After that parameter there can be following additional options:
    ! # delay= Gives delay (in seconds or milliseconds) before
    ! # next connect() attempt is tried if previous
    ! # attempt is in progress.
    ! # address-delay= Gives delay (in seconds or milliseconds) before
    ! # next address for connect() attempt is tried if
    # previous attempt is in progress.
    ! # port-delay= Gives delay (in seconds or milliseconds) before
    ! # next port for connect() attempt is tried