[sr-dev] [tracker] Comment added: Nathelper: modparam natping_processes max value

sip-router bugtracker at sip-router.org
Thu Jul 11 14:52:35 CEST 2013


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#321 - Nathelper: modparam natping_processes max value
User who did this - Víctor Seva (linuxmaniac)

----------
AFAIK if natping_processes==0:

register_dummy_timers(natping_processes);

/**
 * \brief update internal counters for running new basic sec. timers
 * @param timers number of basic timer processes
 * @return 0 on success; -1 on error
 */
int register_basic_timers(int timers)
{
        if(register_procs(timers)<0)
                return -1;
        cfg_register_child(timers);
        return 0;
}

So... It seems no process is created. Just what we expected. doesn't it?
----------

More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=321#comment987

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.



More information about the sr-dev mailing list