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

Bogdan-Andrei Iancu bogdan at opensips.org
Thu Jan 17 17:31:54 CET 2013


Revision: 9568
          http://opensips.svn.sourceforge.net/opensips/?rev=9568&view=rev
Author:   bogdan_iancu
Date:     2013-01-17 16:31:53 +0000 (Thu, 17 Jan 2013)
Log Message:
-----------
added a script parameter called "tcp_accept_backlog" which is supplied to the listen(...) call done in tcp_main.c.
Before this patch the value was hardcoded to 10, which is a major bottleneck for performance when dealing with lots of TCP connections. With the new parameter this can be increased for deployments that need higher throughput.

Credits go to David Sanders
Closes patch #3592311

Modified Paths:
--------------
    trunk/cfg.lex
    trunk/cfg.y
    trunk/globals.h
    trunk/tcp_conn.h
    trunk/tcp_main.c

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