[OpenSIPS-Devel] SF.net SVN: opensips:[8772] trunk

Bogdan-Andrei Iancu bogdan at opensips.org
Thu Mar 8 12:16:14 CET 2012


Revision: 8772
          http://opensips.svn.sourceforge.net/opensips/?rev=8772&view=rev
Author:   bogdan_iancu
Date:     2012-03-08 11:16:13 +0000 (Thu, 08 Mar 2012)
Log Message:
-----------
add support for configuring different number of processes per UDP interface; existing "children" parameter will define the default number of processes per UDP interfave, if the interface does not have an explicit definition for number of procs.

Syntax example:
	listen=udp:127.0.0.1:5060 use_children 5
	listen=udp:127.0.0.1:5060 as 99.88.44.33:5060 use_children 3
	listen=127.0.0.1 use_children 3
The "use_children" token is, of course, optional

Modified Paths:
--------------
    trunk/cfg.lex
    trunk/cfg.y
    trunk/daemonize.c
    trunk/ip_addr.h
    trunk/main.c
    trunk/pt.c
    trunk/socket_info.c
    trunk/socket_info.h
    trunk/statistics.c
    trunk/statistics.h

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Devel mailing list