Kannel 1.5.0 Debian packages

2011-03-21 Thread Milan P. Stanic
Hi all, I have noticed on us...@kannel.org list that some user have a problem how to build Kannel on Debian/Ubuntu systems. On the Kannel site in download section Debian packages are outdated (1.4.1 version for Debian sarge). Current Debian stable release is shipped with with Kannel 1.4.3 version

[PATCH] Fixes for HTTP-SMSC

2011-03-21 Thread Alexander Malysh
Hi All, attached is patch that fixes some issues for HTTP-SMSC: 1) added support for max-pending-submits , so that we don't eat all our file descriptors if we have much traffic 2) changed open_sends from long to Counter, avoid race conditions 3) start new sender_thread because otherwise we ar

[PATCH] HTTP-Server DDos fix

2011-03-21 Thread Alexander Malysh
Hi All, attached you can find a patch that fixes DDos issue with our HTTP-Server implementation (consume all available file descriptors) and also adds possibility to set keep alive timeout for each listen port. This patch will limit maximum open client connections to 500. Later we can set this