Hello,
On 1/29/10 8:36 PM, Zunnun Rahman wrote:
Hi
We are running Kamailio 1.5.3 TLS version & found a problem with it. We are running two Kamailio servers behind a load balancer & a firewall & we found that (frequently) the tcp receiver processes go crazy & use 100% CPU (in both servers). You can also check this site -- they are discussing about the same problem...
http://old.nabble.com/tcp_blocking_connect-related-errors-and-Kamailio-using...
We have fixed the problem & we are running those servers for the last 2 days & have not seen that problem yet.
We would like to contribute our fix to Kamailio. How this can be done?
make a patch:
svn diff >your-patch-name.patch
If you installed from svn.
Otherwise:
diff -ur original_kamailio_dir updated_kamailio_dir >your-patch-name.patch
and send it here or open a bug tracker.
Cheers, Daniel